Exemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     try
     {
         csDBOperator obj001 = new csDBOperator();
         string       msg    = obj001.mdDataFEED();
         MessageBox.Show(msg);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
     }
 }
Exemplo n.º 2
0
 private void Active()
 {
     try
     {
         csDBOperator obj001 = new csDBOperator();
         obj001.mcbgetCurrentID(out iddd);
         string msg = obj001.mdDataFEED();
         MessageBox.Show(msg);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
     }
 }