private void onFilePreSave(Object sender, SystemNotificationObjectEventArgs e) { #if DEBUG MaxListener.PrintToListener("onFilePreSave"); #endif MaxIO.SaveData(ListView, NodeControl); }
// Dispose of all classes that require disposing. protected override void Dispose(bool disposing) { MaxIO.SaveData(this, NodeControl); NlmColumns.Dispose(); NodeControl.Dispose(); //TODO: // Look through all properties that need disposing and dispose them. base.Dispose(disposing); }