Example #1
0
 // ========================================
 // destructor
 // ========================================
 private void CleanUp()
 {
     if (_content != null)
     {
         _content.Dispose();
     }
     if (_toolStripForm != null)
     {
         _toolStripForm.Close();
         _toolStripForm.Dispose();
     }
 }