CmisSync.GUI.GUI C# (CSharp) Метод

GUI() публичный Метод

Constructor.
public GUI ( ) : System
Результат System
        public GUI ()
        {   
			// TODO: The second time windows are shown, the windows
			// don't have the smooth ease in animation, but appear abruptly.
			// The ease out animation always seems to work
            Setup      = new Setup ();
            About      = new About ();
            
            Program.Controller.UIHasLoaded ();
        }