public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate)
 {
     this._controlType         = controlType;
     this._controlSkinDelegate = themeDelegate;
 }
 public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate)
 {
 }
Пример #3
0
 public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate) {
     _controlType = controlType;
     _controlSkinDelegate = themeDelegate;
 }
Пример #4
0
 public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate)
 {
 }
Пример #5
0
		public ControlSkin (Type controlType, ControlSkinDelegate themeDelegate)
		{
			this.controlType = controlType;
			this.themeDelegate = themeDelegate;
		}