public Form1() { InitializeComponent(); this.ClientSize = new System.Drawing.Size(99, 138); form2 = new Form2(); form3 = new Form3(); form4 = new Form4(this); form5 = new Form5(); form6 = new Form6(); form7 = new Form7(); globalHotkey.HotKeys(true, this); }
public static void sendForm4(Form4 form4) { _form4 = form4; }