示例#1
0
 public FrmMonthAccount(string belongSystem, long currentUser, long currentDept)
 {
     _belongSystem = belongSystem;
     _monthAccount = AccountFactory.GetMonthBalancer(belongSystem);
     _accountQuery = AccountFactory.GetQuery(belongSystem);
     _currentUser  = currentUser;
     _currentDept  = currentDept;
     InitializeComponent();
 }