예제 #1
0
 public MFeConstrutor()
 {
     Parametros = new MFeParametroCollection();
 }
예제 #2
0
 public MFeMetodo()
 {
     Construtor = null;
     Parametros = new MFeParametroCollection();
 }