예제 #1
0
        private void FSup_Load(object sender, System.EventArgs e)
        {
            dlt.ObjOptional = true;
            dlt.SetCombo(this.Dlt_e_parent);

            tdbgui.GUIsta sta = new tdbgui.GUIsta();
            sta.ObjTyp = tdb.StatusTypes.stadlt;
            sta.SetCombo(this.Dlt_e_sta);
        }
예제 #2
0
파일: FSup.cs 프로젝트: oeli/yafra
        private void FSup_Load(object sender, System.EventArgs e)
        {
            dlt.ObjOptional = true;
            dlt.SetCombo(this.Dlt_e_parent);

            tdbgui.GUIsta sta = new tdbgui.GUIsta();
            sta.ObjTyp = tdb.StatusTypes.stadlt;
            sta.SetCombo(this.Dlt_e_sta);
        }