Skip to content

Instantly share code, notes, and snippets.

@omeraydemir
Created February 24, 2020 22:20
Show Gist options
  • Save omeraydemir/dbf017db76049b125e0b3774a2124e69 to your computer and use it in GitHub Desktop.
Save omeraydemir/dbf017db76049b125e0b3774a2124e69 to your computer and use it in GitHub Desktop.
class ANKET
{
public String AketBasligi { get; set; }
public String AnketAciklamasi { get; set; }
public MigraDoc.DocumentObjectModel.Orientation SayfaYonu { get; set; }
public String UstBilgi { get; set; }
public String AltBilgi { get; set; }
public Boolean SayfaSayisiGoster { get; set; }
public List<SORULAR> sorular { get; set; }
public Boolean SoruSayisiniYaz { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment