예제 #1
0
파일: BaseSystem.cs 프로젝트: TruYuri/SAPS
        public BaseSystem()
        {
            _instance = this;

            _statisticsSystem = new StatisticsSystem();
            _applicationSystem = new ApplicationSystem();
            _eventSystem = new EventSystem();
            _eventTracker = new EventTracker();
            _database = new Database();
        }
예제 #2
0
 public StatisticsSystem()
 {
     _instance = this;
 }