private void TbQQ_Click(object sender, EventArgs e) { using (var qq = new QQ()) { qq.ShowDialog(); } }