예제 #1
0
 private void FService_Load(object sender, System.EventArgs e)
 {
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Ser_e_act);
     tdbgui.GUIsai S = new tdbgui.GUIsai();
     S.SetCombo(this.Ser_e_season);
 }
예제 #2
0
파일: FService.cs 프로젝트: oeli/yafra
 private void FService_Load(object sender, System.EventArgs e)
 {
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Ser_e_act);
     tdbgui.GUIsai S = new tdbgui.GUIsai();
     S.SetCombo(this.Ser_e_season);
 }