예제 #1
0
파일: Form1.cs 프로젝트: muttilai/daydream
 void hook_KeyPressed(object sender, KeyPressedEventArgs e)
 {
     if (this.Visible == true)
         this.Visible = false;
     else
         this.Visible = true;
 }