Пример #1
0
 // this method gets called by the main window menu exit item, and when
 // the form's close button is pressed.
 internal void Exit()
 {
     blockStore.Stop();
     // not sure whether this is needed, or even helpful.
     statusMonitorTimer.Dispose();
 }
Пример #2
0
 // this method gets called by the main window menu exit item, and when
 // the form's close button is pressed.
 internal void Exit()
 {
     blockStore.Stop();
 }