Exemplo n.º 1
0
 private void DoPatch(object o)
 {
     Patcher.Patch(o as string);
     button2.Invoke(new ReenableDelegate(Reenable));
 }
Exemplo n.º 2
0
 public Interface()
 {
     InitializeComponent();
     textBox1.Text = Patcher.FindGamePath();
 }