C# Class tasty.MainWindow

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: maravillas/linq-to-delicious

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Private Methods

Method Description
Exit_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Exit_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void