コード例 #1
0
        public void Run()
        {
            this.ConfigManager.Load();
            this.WallpaperManager.LoadWallpapers();

            // Initialize shit here
            WallpaperManager.SetCurrentWallpaper(ConfigManager.GetSelectedWallpaper());
            UpdateState();

            this._icon.Visible = true;
            this._icon.ShowBalloonTip(0, "BGEngine", "Started running!", ToolTipIcon.None);
            // Required for notifyicon
            System.Windows.Forms.Application.Run();
        }