public static void Main()
 {
     Programm    inst = new Programm();
     Console.WriteLine("TheProperty = {0}", inst.TheProperty);
 }
Exemple #2
0
        public static void Main()
        {
            Programm inst = new Programm();

            Console.WriteLine("TheProperty = {0}", inst.TheProperty);
        }