Exemple #1
0
 public TextBoxRouter(RouterTextBox theTextBox)
 {
     _routerTextBox = theTextBox;
     RouterName     = "RouterTextBox" + _RouterTextBoxNameIndex++;
 }
Exemple #2
0
 public TextBoxRouter(
     RouterTextBox theTextBox)
 {
     m_RouterTextBox = theTextBox;
     routerName = "RouterTextBox" + RouterTextBoxNameIndex++;
 }
 public TextBoxRouter(
     RouterTextBox theTextBox,
     int thePriority) : base("RouterTextBox" + RouterTextBoxNameIndex++, thePriority)
 {
     m_RouterTextBox = theTextBox;
 }