public BusinessForm(IHermesDevice device)
     : base(device)
 {
     OrderXmlParser = new OrderXmlParser(CurrentOrder);
 }
Exemplo n.º 2
0
 protected MainForm(IHermesDevice device)
     : base(device)
 {
     OrderXmlParser = new OrderXmlParser(CurrentOrder);
 }