Exemplo n.º 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;
     }
 }
Exemplo n.º 2
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;
     }
 }