Exemplo n.º 1
0
 public Handler()
 {
     _xmlParser = new XmlParser(this);
     _binParser = new BinaryParser(this);
 }
Exemplo n.º 2
0
 public Handler()
 {
     _binParser = new BinaryParser(this);
 }
Exemplo n.º 3
0
 public Handler()
 {
     _binParser = new BinaryParser(this);
 }