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