Ejemplo n.º 1
0
 private void pictureBox2_Click_1(object sender, EventArgs e)
 {
     FormActions.MaxNormForm(this);
 }
Ejemplo n.º 2
0
 private void pictureBox3_Click_1(object sender, EventArgs e)
 {
     FormActions.MinimizeForm(this);
 }
Ejemplo n.º 3
0
 private void pictureBox1_Click_1(object sender, EventArgs e)
 {
     FormActions.ExitApplication();
 }