Exemplo n.º 1
0
 internal void BackendRestarted()
 {
     ResetList();
     channel2.SetSession(1);
     channel2.SetBingoday(DateTime.Now);
     channel2.BeginTransaction(123557);
 }
Exemplo n.º 2
0
 private void button5_Click(object sender, EventArgs e)
 {
     OpenChannel2();
     channel2.SetBingoday(DateTime.Now);
 }