Beispiel #1
0
 protected void OnDestroy(object o, DestroyEventArgs args)
 {
     _TaskQueue.Dispose ();
     _LogQueue.Dispose ();
     _ProgressQueue.Dispose ();
     Application.Quit ();
 }
 protected void OnDestroyEvent(object sender, DestroyEventArgs a)
 {
     Application.Quit();
     a.RetVal = true;
     Environment.Exit(-1);
 }
Beispiel #3
0
 protected virtual void OnDestroyEvent(object o, Gtk.DestroyEventArgs args)
 {
 }
Beispiel #4
0
 protected virtual void OnDestroyEvent(object o, Gtk.DestroyEventArgs args)
 {
     player.Dispose();
 }
Beispiel #5
0
	protected void OnDestroyEvent (object sender, DestroyEventArgs a) {
		Cleanup();
	}
Beispiel #6
0
 protected void Lastclicktowin(object o, DestroyEventArgs args)
 {
     throw new NotImplementedException ();
 }