Example #1
0
 private void toolStripLabel2_Click(object sender, EventArgs e)
 {
     using (CheckBalanceForm cbf = new CheckBalanceForm())
     {
         cbf.ShowDialog();
     }
 }
Example #2
0
 private void toolStripLabel2_Click(object sender, EventArgs e)
 {
     using (CheckBalanceForm cbf = new CheckBalanceForm())
     {
         cbf.ShowDialog();
     }
 }