public static void Main()
 {
     var app = new SerialisationExample();
     app.Run();
 }
Exemple #2
0
        public static void Main()
        {
            var app = new SerialisationExample();

            app.Run();
        }