C# 클래스 WPFCTSTuterModule.Window1

Interaction logic for Window1.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: VlasyukTanya/CTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id int
nameOfStudent string

공개 메소드들

메소드 설명
Window1 ( int i, string str ) : System

비공개 메소드들

메소드 설명
Window_Loaded ( object sender, RoutedEventArgs e ) : void
button_appoint_Click ( object sender, RoutedEventArgs e ) : void
showSubj_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

메소드 상세

Window1() 공개 메소드

public Window1 ( int i, string str ) : System
i int
str string
리턴 System

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

nameOfStudent 공개적으로 프로퍼티

public string nameOfStudent
리턴 string