Ejemplo n.º 1
0
        private void LessonEditFm_Load(object sender, EventArgs e)
        {
            Biz        = new LsnDataFacadeImpl(VC2WinFmApp.DataRule, this.ModifyChanged);
            Text       = cText;
            GrdBind    = new GridViewBind <FcLesson>(this.grdLesson, VC2WinFmApp.Cfg, null);
            GrdSqdBind = new GridViewBind <FcClsLesson>(this.grdSqdLesson, VC2WinFmApp.Cfg, null);

            GrdBind.Binding(Biz.FcLsns);
            new FormMemoryImpl(this, VC2WinFmApp.Cfg, "FormRem");  //窗体记忆
        }
Ejemplo n.º 2
0
 public FcLesson(LsnEditInterface LsnEdit)
 {
     this.LsnEdit = LsnEdit;
 }