Tranmission widget
Inheritance: System.Windows.Window
Example #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public UI() {
     Setup      = new Setup();
     About      = new About();
     Setting    = new Setting();
     Transmission   = new TransmissionWindow();
     Program.Controller.UIHasLoaded();
 }
Example #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public UI()
 {
     Setup        = new Setup();
     About        = new About();
     Setting      = new Setting();
     Transmission = new TransmissionWindow();
     Program.Controller.UIHasLoaded();
 }
Example #3
0
        public UI() {
            Application.Init();

            this.Setup      = new Setup();
            this.About      = new About();
            this.StatusIcon = new StatusIcon();
            this.Setting    = new Setting();
            this.Transmissions = new TransmissionWindow();
            Program.Controller.UIHasLoaded();
        }
Example #4
0
        public UI()
        {
            Application.Init();

            this.Setup         = new Setup();
            this.About         = new About();
            this.StatusIcon    = new StatusIcon();
            this.Setting       = new Setting();
            this.Transmissions = new TransmissionWindow();
            Program.Controller.UIHasLoaded();
        }