CmisSync.UI.UI C# (CSharp) Method

UI() public method

Constructor.
public UI ( ) : System
return System
        public UI() {
            Setup      = new Setup();
            About      = new About();
            Setting    = new Setting();
            Transmission   = new TransmissionWindow();
            Program.Controller.UIHasLoaded();
        }