Example #1
0
        private void subastasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var auctions = new Auctions();

            auctions.Show();
            this.Close();
        }