Extracts detailed information from Hostile Worlds log files.
Exemplo n.º 1
0
        /// <summary>
        /// Constructs a new application controller, initializing the log
        /// parser and preparing all windows.
        /// </summary>
        public Controller()
        {
            logParser = new HostileWorldsLogParser(this);

            SetupForms();
        }
Exemplo n.º 2
0
        /// <summary>
        /// Constructs a new application controller, initializing the log
        /// parser and preparing all windows.
        /// </summary>
        public Controller()
        {
            logParser = new HostileWorldsLogParser(this);

            SetupForms();
        }