| @@ -1,5 +1,7 @@ | |||
| using System; | |||
| using DragonSkills99.ControlCollection; | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.Drawing; | |||
| using System.Linq; | |||
| using System.Security.Permissions; | |||
| using System.Text; | |||
| @@ -15,6 +17,8 @@ namespace Buhnenrennen | |||
| [STAThread] | |||
| static void Main( string[] args ) | |||
| { | |||
| ColorMessageBox.ForeColor = Color.White; | |||
| ColorMessageBox.BackColor = Color.FromArgb( 45, 45, 45 ); | |||
| Application.EnableVisualStyles(); | |||
| Application.SetCompatibleTextRenderingDefault( false ); | |||
| Application.Run( new Scripter() ); | |||
| @@ -1,4 +1,5 @@ | |||
| using System; | |||
| using DragonSkills99.ControlCollection; | |||
| using System; | |||
| using System.Collections.Generic; | |||
| using System.ComponentModel; | |||
| using System.Data; | |||
| @@ -35,7 +36,7 @@ namespace Buhnenrennen | |||
| if ( filenumbers_int.Count <= 0 ) | |||
| { | |||
| MessageBox.Show( "Es wurden keine Setup-Dateien gefunden, bitte legt erst welche an und startet das Programm dann erneut." ); | |||
| ColorMessageBox.Show( "Es wurden keine Setup-Dateien gefunden, bitte legt erst welche an und startet das Programm dann erneut." ); | |||
| Application.Exit(); | |||
| return; | |||
| } | |||