Ejemplo n.º 1
0
		public ToolBarItem(ToolBarItemStyle style, ComboBox comboBox)
		{
			Debug.Assert(comboBox != null);
			Debug.Assert(style == ToolBarItemStyle.ComboBox);
			this.style = style;
			this.comboBox = comboBox;
		}
Ejemplo n.º 2
0
 public ToolBarItem(ToolBarItemStyle style, ComboBox comboBox)
 {
     Debug.Assert(comboBox != null);
     Debug.Assert(style == ToolBarItemStyle.ComboBox);
     this.style    = style;
     this.comboBox = comboBox;
 }