Created
February 24, 2020 22:20
-
-
Save omeraydemir/dbf017db76049b125e0b3774a2124e69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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