Exemple #1
0
 public AgentController()
 {
     _instance       = this;
     _baseController = BaseController.Instance;
     _dataWork       = new DataWork();
     _viewEditMode   = ViewEditMode.Instance;
 }
Exemple #2
0
 static TestingDataWork()
 {
     dataWork = new DataWork();
 }
 public TestingKnowledge()
 {
     _dataWork      = AgentController.Instance.DataWork;
     _repeatingList = FormRepeatingList();
 }