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); }
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); }