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