예제 #1
0
 public Pong()
 {
     _base = new PongBase();
     _base.Initialize();
 }
예제 #2
0
 public Index()
 {
     _base = new PongBase();
 }