CmisSync.GUI.GUI C# (CSharp) Méthode

GUI() public méthode

Constructor.
public GUI ( ) : System
Résultat 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 ();
        }