Beispiel #1
0
        /********************************************************************************************
        * 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);
            }
        }
Beispiel #2
0
        /********************************************************************************************
        * Constructors
        ********************************************************************************************/

        protected ParaFileWriter()
        {
            YburnFormat.UseYburnFormat();
        }
Beispiel #3
0
        /********************************************************************************************
        * Constructors
        ********************************************************************************************/

        protected FileReader()
        {
            YburnFormat.UseYburnFormat();
        }
Beispiel #4
0
        /********************************************************************************************
        * Constructors
        ********************************************************************************************/

        static QQDataDoc()
        {
            YburnFormat.UseYburnFormat();
        }