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