Beispiel #1
0
 private void hidee()
 {
     TransactiotextBox2.Hide();
     Depositbutton1.Hide();
     Transaction.Hide();
     button1.Hide();
     textBox1.Hide();
     label5.Hide();
     richTextBox1.Hide();
     richTextBox2.Hide();
     transactionlabel.Hide();
     label2.Hide();
     button6.Hide();
     button7.Hide();
     button8.Hide();
     button9.Hide();
 }
Beispiel #2
0
 private void showw()
 {
     Depositbutton1.Show();
     textBox1.Show();
     button1.Show();
     Transaction.Hide();
     TransactiotextBox2.Hide();
     richTextBox1.Show();
     label5.Hide();
     transactionlabel.Hide();
     label2.Show();
     richTextBox2.Hide();
     button6.Hide();
     button7.Hide();
     button8.Show();
     button9.Show();
 }
Beispiel #3
0
 private void show2()
 {
     Transaction.Show();
     TransactiotextBox2.Show();
     button1.Hide();
     Depositbutton1.Hide();
     textBox1.Hide();
     richTextBox2.Show();
     label5.Show();
     transactionlabel.Show();
     label2.Hide();
     richTextBox1.Hide();
     button6.Show();
     button7.Show();
     button8.Hide();
     button9.Hide();
 }