Exemple #1
0
 private void hotKey_OnHotKey()
 {
     Console.WriteLine("hotKey_OnHotKey");
     if (this.mShowStatus == ShowStaus.Show)
     {
         this.mShowStatus = ShowStaus.Hide;
         this.Hide();
     }
     else
     {
         this.Show();
         this.mShowStatus = ShowStaus.Show;
     }
 }
 private void hotKey_OnHotKey()
 {
     Console.WriteLine("hotKey_OnHotKey");
     if (this.mShowStatus == ShowStaus.Show)
     {
         this.mShowStatus = ShowStaus.Hide;
         this.Hide();
     }
     else
     {
         this.Show();
         this.mShowStatus = ShowStaus.Show;
     }
 }