AdvancedLauncher.UI.Controls.DigiRotation.DigiRotation C# (CSharp) Method

DigiRotation() public method

public DigiRotation ( ) : System
return System
        public DigiRotation()
        {
            EventProxy = new WebProviderEventAccessor(this);
            App.Kernel.Inject(this);
            InitializeComponent();
            LoadingTask = new TaskEntry(this);
            if (!System.ComponentModel.DesignerProperties.GetIsInDesignMode(new DependencyObject())) {
                LanguageManager.LanguageChanged += OnLanguageChanged;
                ProfileManager.ProfileChanged += OnProfileChanged;

                MainWorker.DoWork += MainWorkerFunc;
                MainWorker.RunWorkerAsync();
            }
        }