Exemplo n.º 1
0
 public static VMInstrument Create(ModelInstrument modelInstrument)
 {
     return(new VMInstrument(modelInstrument));
 }
Exemplo n.º 2
0
 public VMInstrument(ModelInstrument modelInstrument)
 {
     _modelInstrument = modelInstrument;
 }