Example #1
0
 private void Btn_Peyment_Click(object sender, EventArgs e)
 {
     Main.SelectedTab   = Tab_Peyment;
     LB_Payment.Visible = false;
     if (LB_Payment.Visible == false)
     {
         Trans_Label.ShowSync(LB_Payment);
     }
 }
Example #2
0
 private void Btn_Report_Click(object sender, EventArgs e)
 {
     Main.SelectedTab   = Tab_Reports;
     LB_Reports.Visible = false;
     if (LB_OverView.Visible == false)
     {
         Trans_Label.ShowSync(LB_Reports);
     }
     Refreshwindow();
 }
Example #3
0
 private void bunifuFlatButton1_Click(object sender, EventArgs e)
 {
     Main.SelectedTab         = Tab_Employee_List;
     LB_Employee_list.Visible = false;
     if (LB_Employee_list.Visible == false)
     {
         Trans_Label.ShowSync(LB_Employee_list);
     }
     Refreshwindow();
 }
Example #4
0
 private void Btn_Transaction_Click(object sender, EventArgs e)
 {
     Main.SelectedTab       = Tab_Transaction;
     LB_Transaction.Visible = false;
     if (LB_Transaction.Visible == false)
     {
         Trans_Label.ShowSync(LB_Transaction);
     }
     Refreshwindow();
     //Trans_Label
 }