CentralServerDemo.myComboBoxItem.myComboBoxItem C# (CSharp) 메소드

myComboBoxItem() 공개 메소드

public myComboBoxItem ( string strTextToAdd ) : System
strTextToAdd string
리턴 System
		public myComboBoxItem(string strTextToAdd)
		{
			strText = strTextToAdd;
			strDispalyValue = strTextToAdd;
			strItemData = "0";
		}
		//Adding the text and ItemData

Same methods

myComboBoxItem::myComboBoxItem ( string strTextToAdd, string strItemDataToAdd ) : System
myComboBoxItem::myComboBoxItem ( string strTextToAdd, string strItemDataToAdd, string strItemDataToAdd2 ) : System