Esempio n. 1
0
        public static IChangeViewColours ReturnTheChangeViewColoursProperty()
        {
            //Access the property through an object instance of the interface referenced to the class
            ICreateinterface i = new CreateInterface();

            i.CreateViewColoursInterface();
            return(i.ViewColoursInterface);
        }
Esempio n. 2
0
        public static IChangeGradient ReturnTheChangeGradientProperty()
        {
            //Access the property through an object instance of the interface referenced to the class
            ICreateinterface i = new CreateInterface();

            i.CreateIChangeGradient();
            return(i.GradientInterface);
        }