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