public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate) { this._controlType = controlType; this._controlSkinDelegate = themeDelegate; }
public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate) { }
public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate) { _controlType = controlType; _controlSkinDelegate = themeDelegate; }
public ControlSkin (Type controlType, ControlSkinDelegate themeDelegate) { this.controlType = controlType; this.themeDelegate = themeDelegate; }