public form1() { changes = new List <Bitmap>(); InitializeComponent(); _Form1 = this; }
private void openform1() { form1 f1 = new form1(); Application.Run(f1); }
public changecolor(form1 parent) { InitializeComponent(); this.parent = parent; }