コード例 #1
0
        private void askToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PlaceSell newWindow = new PlaceSell(RTD);

            newWindow.MdiParent = this;
            newWindow.Show();
        }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: nnur/MVC-StockMarket
 private void askToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PlaceSell newWindow = new PlaceSell(RTD);
     newWindow.MdiParent = this;
     newWindow.Show();
 }