コード例 #1
0
 public ControlSkin(Type controlType, ControlSkinDelegate themeDelegate)
 {
     this._controlType         = controlType;
     this._controlSkinDelegate = themeDelegate;
 }
コード例 #2
0
 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;
		}