Exemple #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("images/taskmanager%20_splashscreen.ico");

            splashScreen.Show(true);
            TaskManagement.App app = new TaskManagement.App();
            app.InitializeComponent();
            app.Run();
        }
Exemple #2
0
 public static void Main()
 {
     TaskManagement.App app = new TaskManagement.App();
     app.InitializeComponent();
     app.Run();
 }