Extracts detailed information from Hostile Worlds log files.
コード例 #1
0
ファイル: Controller.cs プロジェクト: npruehs/hostile-worlds
        /// <summary>
        /// Constructs a new application controller, initializing the log
        /// parser and preparing all windows.
        /// </summary>
        public Controller()
        {
            logParser = new HostileWorldsLogParser(this);

            SetupForms();
        }
コード例 #2
0
ファイル: Controller.cs プロジェクト: Zekom/Hostile-Worlds
        /// <summary>
        /// Constructs a new application controller, initializing the log
        /// parser and preparing all windows.
        /// </summary>
        public Controller()
        {
            logParser = new HostileWorldsLogParser(this);

            SetupForms();
        }