/******************************************************************************************** * Public static members, functions and properties ********************************************************************************************/ public static void Execute( WorkerStarter workerStarter, string workerName ) { try { YburnFormat.UseYburnFormat(); FullNameVersion = NameVersion + " - " + workerName; workerStarter.Title = FullNameVersion; workerStarter.JobOrganizer = CreateBackgroundService(workerName); workerStarter.Run(); } catch (Exception exception) { MessageBox.Show(exception.ToString(), exception.GetType().Name, MessageBoxButtons.OK, MessageBoxIcon.Error); } }
/******************************************************************************************** * Constructors ********************************************************************************************/ protected ParaFileWriter() { YburnFormat.UseYburnFormat(); }
/******************************************************************************************** * Constructors ********************************************************************************************/ protected FileReader() { YburnFormat.UseYburnFormat(); }
/******************************************************************************************** * Constructors ********************************************************************************************/ static QQDataDoc() { YburnFormat.UseYburnFormat(); }