public Pong() { _base = new PongBase(); _base.Initialize(); }
public Index() { _base = new PongBase(); }