Beispiel #1
0
        private void HandleCloseShell(CloseShellMessage m)
        {
            Contract.Requires(m != null);

            Close();
        }
Beispiel #2
0
 /// <summary>
 /// Closes the main view, called from the button close
 /// </summary>
 /// <param name="e"></param>
 private void OnCloseShell(CloseShellMessage e)
 {
     this.Close();
 }
Beispiel #3
0
 /// <summary>
 /// Closes the main view, called from the button close
 /// </summary>
 /// <param name="e"></param>
 private void OnCloseShell(CloseShellMessage e)
 {
     this.Close();
 }