コード例 #1
0
 private void FormMain_FormClosing(object sender, FormClosingEventArgs e)
 {
     if (Program.IsProtected)
     {
         WndProtect.UnProtect(this.Handle);
         WndProtect.Free();
     }
 }