Beispiel #1
0
 static void Main(string[] args)
 {
     EditBox edit = new EditBox();
     edit.Serialize();
     Console.ReadLine();
 }