コード例 #1
0
 private void timerProtection_Tick(object sender, EventArgs e)
 {
     if (Program.IsProtected)
     {
         //There are redraw bugs, after switching to Skin without DWM, but who cares...
         WndProtect.ChangeProtection(this.Handle);
     }
 }