C# Class WPFCTSTuterModule.Window1

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: VlasyukTanya/CTS Class Usage Examples

Public Properties

Property Type Description
id int
nameOfStudent string

Public Methods

Method Description
Window1 ( int i, string str ) : System

Private Methods

Method Description
Window_Loaded ( object sender, RoutedEventArgs e ) : void
button_appoint_Click ( object sender, RoutedEventArgs e ) : void
showSubj_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

Window1() public method

public Window1 ( int i, string str ) : System
i int
str string
return System

Property Details

id public_oe property

public int id
return int

nameOfStudent public_oe property

public string nameOfStudent
return string