Exemplo n.º 1
0
 public TagDataClassPZ55(TextBox textBox, SwitchPanelPZ55KeyOnOff key) : base()
 {
     TextBox = textBox;
     Key     = key;
 }
Exemplo n.º 2
0
 public BillPZ55(PZ55TextBox textBox, SwitchPanelPZ55KeyOnOff key) : base()
 {
     TextBox = textBox;
     Key     = key;
 }