Ejemplo n.º 1
0
 private void Awake()
 {
     Inst       = this;
     UIMgr      = gameObject.AddComponent <UIMgr>();
     LoginUIMgr = gameObject.AddComponent <LoginUIMgr>();
     //ModeChooseUIMgr = gameObject.AddComponent<ModeChooseUIMgr>();
     CheckListUIMgr = gameObject.AddComponent <CheckListUIMgr>();
     //CheckItemUIMgr = gameObject.AddComponent<CheckItemUIMgr>();
     WashUIMgr = gameObject.AddComponent <WashUIMgr>();
     //DetectionUIMgr = gameObject.AddComponent<DetectionUIMgr>();
     //DetectionItemUIMgr = gameObject.AddComponent<DetectionItemUIMgr>();
     //CheckPatientUIMgr = gameObject.AddComponent<CheckPatientUIMgr>();
     PrintUIMgr = gameObject.AddComponent <PrintUIMgr>();
     // BloodSampling1UIMgr = gameObject.AddComponent<BloodSampling1UIMgr>();
     // ParameterMgr = gameObject.AddComponent<ParameterMgr>();
     //    //Eventsys = gameObject.AddComponent<Eventsys>();
     //TimerMgr = gameObject.AddComponent<TimerMgr>();
     num = 2;
 }
Ejemplo n.º 2
0
 public void Config()
 {
     SettingMgr.Config();
     GlobalMgr.Config();
     ProfilerManager.Config("/Users/yinhuayong/Desktop", "test.txt");
 }