Ejemplo n.º 1
0
 static void Run(object str)
 {
     Game obj = new Game();
     obj.Run(str as string, "1", "1");
 }