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