コード例 #1
0
        public void SetReportOutputFolderPath(TextBox folderPathTextBox, Dictionary <RunOptionsEnums, string> runOptionsDictionary)
        {
            if (runOptionsDictionary.Count != 0)
            {
                SetOptions options = new SetOptions( );

                options.SetReportFolderPath(folderPathTextBox, runOptionsDictionary);
            }
        }