C# Class WPFSelectDemo.MainWindow

MainWindow.xaml 的交互逻辑
Inheritance: System.Windows.Window
Exibir arquivo Open project: NanQi/demo

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
btnExit_Click ( object sender, RoutedEventArgs e ) : void
chbxAll_Checked ( object sender, RoutedEventArgs e ) : void
chbxAll_Unchecked ( object sender, RoutedEventArgs e ) : void
checkListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System