Example #1
0
 private void ToolStripbtnConfigClick(object sender, EventArgs e)
 {
     var config = new FrmConfig();
     config.SendOffline += this.ConfigSendOffline;
     config.Show();
 }
Example #2
0
 private void toolStripbtnConfig_Click(object sender, EventArgs e)
 {
     var config = new FrmConfig();
     config.SendOffline += Config_SendOffline;
     config.Show();
 }