コード例 #1
0
ファイル: MainForm.cs プロジェクト: lujinlong/Apq
		private void tsmiRSAKey_Click(object sender, EventArgs e)
		{
			Forms.RSAKey win = new ApqDBCManager.Forms.RSAKey();
			win.Show(dockPanel1);
		}
コード例 #2
0
 private void tsmiRSAKey_Click(object sender, EventArgs e)
 {
     Forms.RSAKey win = new ApqDBCManager.Forms.RSAKey();
     win.Show(dockPanel1);
 }