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);
        }
Beispiel #2
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);
        }