示例#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
 void Animation_AnimationStarted(object sender, LayeredSkin.Animations.AnimationEventArgs e)
 {
     qq.Show();
     this.Dispose();
 }