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(); }
public QQConfig(QQ qq) { InitializeComponent(); this.qq = qq; }