Tranmission widget
Inheritance: System.Windows.Window
コード例 #1
0
ファイル: UI.cs プロジェクト: OpenDataSpace/CmisSync
 /// <summary>
 /// Constructor.
 /// </summary>
 public UI() {
     Setup      = new Setup();
     About      = new About();
     Setting    = new Setting();
     Transmission   = new TransmissionWindow();
     Program.Controller.UIHasLoaded();
 }
コード例 #2
0
ファイル: UI.cs プロジェクト: OpenDataSpace/CmisSync
 /// <summary>
 /// Constructor.
 /// </summary>
 public UI()
 {
     Setup        = new Setup();
     About        = new About();
     Setting      = new Setting();
     Transmission = new TransmissionWindow();
     Program.Controller.UIHasLoaded();
 }
コード例 #3
0
ファイル: UI.cs プロジェクト: OpenDataSpace/CmisSync
        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();
        }
コード例 #4
0
ファイル: UI.cs プロジェクト: OpenDataSpace/CmisSync
        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();
        }