Exemple #1
0
 public frmSale()
 {
     InitializeComponent();
     ConnectDatabase.Myconnection();
     timer1.Start();
 }
Exemple #2
0
 public frmEmployee()
 {
     InitializeComponent();
     ConnectDatabase.Myconnection();
 }
Exemple #3
0
 public frmSaleReport()
 {
     InitializeComponent();
     ConnectDatabase.Myconnection();
 }
Exemple #4
0
 public frmCategory()
 {
     InitializeComponent();
     ConnectDatabase.Myconnection();
 }
Exemple #5
0
 public frmProduct()
 {
     InitializeComponent();
     ConnectDatabase.Myconnection();
 }
Exemple #6
0
 private void Form1_Load(object sender, EventArgs e)
 {
     ConnectDatabase.Myconnection();
 }