예제 #1
0
 private void layeredButton6_Click(object sender, EventArgs e)
 {
     if (q == null)
     {
         q = new QQ();
     }
     else
     {
         q.Dispose();
         q = null;
         GC.Collect();
         q = new QQ();
     }
     q.Show();
 }
예제 #2
0
 public QQConfig(QQ qq)
 {
     InitializeComponent();
     this.qq = qq;
 }