C# Class HospitalApp.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: Confirmit/Students

Public Methods

Method Description
MainWindow ( ) : System
MainWindow ( ) : System.Windows
Navigate ( System.Windows.Controls.Page nextPage ) : void

Private Methods

Method Description
OnDispatcherUnhandledException ( object sender, DispatcherUnhandledExceptionEventArgs e ) : void
OnDispatcherUnhandledException ( object sender, System e ) : void
Window_Closed ( object sender, EventArgs e ) : void
Window_Closed ( object sender, System e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

MainWindow() public method

public MainWindow ( ) : System.Windows
return System.Windows

Navigate() public method

public Navigate ( System.Windows.Controls.Page nextPage ) : void
nextPage System.Windows.Controls.Page
return void