AGS.Editor.GUIController.StartGUI C# (CSharp) Метод

StartGUI() публичный Метод

public StartGUI ( string commandLineArguments ) : void
commandLineArguments string
Результат void
        public void StartGUI(string[] commandLineArguments)
        {
            _commandLineArgs = commandLineArguments;
            _messageLoopStarted = true;
            Application.Run(_mainForm);
        }
GUIController