Exemplo n.º 1
0
 public form1()
 {
     changes = new List <Bitmap>();
     InitializeComponent();
     _Form1 = this;
 }
Exemplo n.º 2
0
        private void openform1()
        {
            form1 f1 = new form1();

            Application.Run(f1);
        }
Exemplo n.º 3
0
 public changecolor(form1 parent)
 {
     InitializeComponent();
     this.parent = parent;
 }