C# Class Cindeck.Views.MainView

MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Show file Open project: noelex/Cindeck

Public Methods

Method Description
MainView ( ) : System

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
Items_CurrentChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

MainView() public method

public MainView ( ) : System
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void