Пример #1
0
 private void StartGameButton_Click(object sender, EventArgs e)
 {
     if (_injector == null)
     {
         _injector = new Injector(this);
         _injector.injectDll();
     }
 }