Exemplo n.º 1
0
 public TagDataClassTPM(TextBox textBox, TPMPanelSwitchOnOff key)
 {
     _textBox = textBox;
     _key     = key;
 }
Exemplo n.º 2
0
 public BillTPM(TPMTextBox textBox, TPMPanelSwitchOnOff key)
 {
     TextBox = textBox;
     _key    = key;
 }