Ejemplo n.º 1
0
 public void CreateStatusBar(FormController.StatusBarData statusBarData)
 {
     //this.barStaticItem_strCompany.Caption = statusBarData.strCompany;
     //this.barStaticItem_strDeptAndUser.Caption = statusBarData.strDeptAndUser;
     //this.barStaticItem_strNetWork.Caption = statusBarData.strNetWork;
     this.barStaticItem_Regorgan.Caption = string.Format("登录机构:{0}", this._userContext.currentRegorgan.jg_mc);
 }
Ejemplo n.º 2
0
 public void CreateStatusBar(FormController.StatusBarData statusBarData)
 {
     throw new NotImplementedException();
 }