Ejemplo n.º 1
0
 public MainForm()
 {
     this.KeyPreview = true;
     InitializeComponent();
     this.Text   = "WebSocket example";
     _gameFacade = new GameFacade(this);
     _gameFacade.AttachFormToKeyController(this);
 }