void OnWindowClosed(object sender, UnmapEventArgs args)
 {
     //Parse the note to search for dates
     ScanNote();
 }
Beispiel #2
0
		private void UnmapIt (object o, UnmapEventArgs args)
		{
			WindowIsVisible = false;
		}
Beispiel #3
0
 internal void Socket_UnmapEvent(object o, UnmapEventArgs args)
 {
     unmapped = true;
 }
Beispiel #4
0
 private void OnUnmap(object o, UnmapEventArgs args)
 {
     IdleRemove ();
 }