Beispiel #1
0
        private static void Main(string[] args)
        {
            GoToPlay play = new GoToPlay();
            SomeM    m    = play.m;

            m.Accept(new NvShen());
            Console.ReadLine();
        }
Beispiel #2
0
 private static void Main(string[] args)
 {
     GoToPlay play = new GoToPlay();
     SomeM m = play.m;
     m.Accept(new NvShen());
     Console.ReadLine();
 }