C# 클래스 bazar.MainClass

파일 보기 프로젝트 열기: QualitySolution/Bazar

공개 프로퍼티들

프로퍼티 타입 설명
MainWin MainWindow

공개 메소드들

메소드 설명
ComboAccrualYearsFill ( Gtk.ComboBox combo ) : void
ComboContractFill ( Gtk.ComboBox combo, int Lessee_id, bool OnlyCurrent ) : void
ComboContractFill ( Gtk.ComboBox combo, int Month, int Year ) : void
ComboFillUsers ( Gtk.ComboBox combo, string TableDB ) : void
ComboPlaceNoFill ( Gtk.ComboBox combo, int Type_id ) : void
FillServiceListStore ( ListStore &list ) : void
Main ( string args ) : void

비공개 메소드들

메소드 설명
CreateProjectParam ( ) : void

메소드 상세

ComboAccrualYearsFill() 공개 정적인 메소드

public static ComboAccrualYearsFill ( Gtk.ComboBox combo ) : void
combo Gtk.ComboBox
리턴 void

ComboContractFill() 공개 정적인 메소드

public static ComboContractFill ( Gtk.ComboBox combo, int Lessee_id, bool OnlyCurrent ) : void
combo Gtk.ComboBox
Lessee_id int
OnlyCurrent bool
리턴 void

ComboContractFill() 공개 정적인 메소드

public static ComboContractFill ( Gtk.ComboBox combo, int Month, int Year ) : void
combo Gtk.ComboBox
Month int
Year int
리턴 void

ComboFillUsers() 공개 정적인 메소드

public static ComboFillUsers ( Gtk.ComboBox combo, string TableDB ) : void
combo Gtk.ComboBox
TableDB string
리턴 void

ComboPlaceNoFill() 공개 정적인 메소드

public static ComboPlaceNoFill ( Gtk.ComboBox combo, int Type_id ) : void
combo Gtk.ComboBox
Type_id int
리턴 void

FillServiceListStore() 공개 정적인 메소드

public static FillServiceListStore ( ListStore &list ) : void
list Gtk.ListStore
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

프로퍼티 상세

MainWin 공개적으로 정적으로 프로퍼티

public static MainWindow MainWin
리턴 MainWindow