public TagDataClassPZ55(TextBox textBox, SwitchPanelPZ55KeyOnOff key) : base()
 {
     TextBox = textBox;
     Key     = key;
 }
Example #2
0
 public BillPZ55(PZ55TextBox textBox, SwitchPanelPZ55KeyOnOff key) : base()
 {
     TextBox = textBox;
     Key     = key;
 }