Esempio n. 1
0
 public void Refresh()
 {
     myFM.GetProcess().PreRefresh();
     myFM.GetProcessContext().PreRefresh();
     myFM.GetActivity().PreRefresh();
     myFM.GetActivityBF().PreRefresh();
     myFM.GetActivityTime().PreRefresh();
     myFM.GetDisbursement().PreRefresh();
     myFM.GetActivity().DeepLoadByFileId(myFM.CurrentFile.FileId);
 }