public void ShowBuildArgConfig(bool IsDebug) { var dlg = new BuildArgumentForm(Config.BuildArguments(IsDebug)); dlg.ShowDialog(); }