Ejemplo n.º 1
0
 public BillPZ70(PZ70TextBox textBox, MultiPanelPZ70KnobOnOff key)
 {
     TextBox = textBox;
     _key    = key;
 }
Ejemplo n.º 2
0
 public TagDataClassPZ70(TextBox textBox, MultiPanelPZ70KnobOnOff key)
 {
     _textBox = textBox;
     _key     = key;
 }