C# Class WPFCTSTuterModule.Window1

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: VlasyukTanya/CTS Class Usage Examples

Méthodes publiques

Свойство Type Description
id int
nameOfStudent string

Méthodes publiques

Méthode Description
Window1 ( int i, string str ) : System

Private Methods

Méthode 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 méthode

public Window1 ( int i, string str ) : System
i int
str string
Résultat System

Property Details

id public_oe property

public int id
Résultat int

nameOfStudent public_oe property

public string nameOfStudent
Résultat string