コード例 #1
0
 protected override void Dispose(bool disposing)
 {
     if (disposing && (this._systemButtonManager != null))
     {
         this._systemButtonManager.Dispose();
         this._systemButtonManager = null;
         this._formFringe.Dispose();
         this._formFringe = null;
         this._textFont.Dispose();
         this._textFont = null;
         if (this._formBkg != null)
         {
             this._formBkg.Dispose();
             this._formBkg = null;
         }
     }
     base.Dispose(disposing);
 }
コード例 #2
0
 public FormEx()
 {
     this.InitializeComponent();
     this.FormExIni();
     this._systemButtonManager = new WinFormsUI.SystemButtonManager(this);
 }