Exemplo n.º 1
0
        private void bidToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PlaceBid newWindow = new PlaceBid(RTD);

            newWindow.MdiParent = this;
            newWindow.Show();
        }
Exemplo n.º 2
0
 private void bidToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PlaceBid newWindow = new PlaceBid(RTD);
     newWindow.MdiParent = this;
     newWindow.Show();
 }