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