Пример #1
0
        private void askToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PlaceSell newWindow = new PlaceSell(RTD);

            newWindow.MdiParent = this;
            newWindow.Show();
        }
Пример #2
0
 private void askToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PlaceSell newWindow = new PlaceSell(RTD);
     newWindow.MdiParent = this;
     newWindow.Show();
 }