コード例 #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();
 }