예제 #1
0
파일: Main.cs 프로젝트: bazmecode/Pass4Win
 private void ToolStripbtnConfigClick(object sender, EventArgs e)
 {
     var config = new FrmConfig();
     config.SendOffline += this.ConfigSendOffline;
     config.Show();
 }
예제 #2
0
파일: Main.cs 프로젝트: Fab-IT-ApS/Pass4Win
 private void toolStripbtnConfig_Click(object sender, EventArgs e)
 {
     var config = new FrmConfig();
     config.SendOffline += Config_SendOffline;
     config.Show();
 }