示例#1
0
        private void SearchQuote_Click(object sender, EventArgs e)
        {
            SearchQuotes SearchQuotesForm = new SearchQuotes {
                Tag = this
            };

            SearchQuotesForm.Show(this);
            this.Hide();
        }