Exemplo n.º 1
0
 private void SetOutputLocationsValue(OutputLocations value)
 {
     outputLocationsStorage = value;
 }
Exemplo n.º 2
0
 private OutputLocations GetOutputLocationsValue()
 {
     return(outputLocationsStorage ?? (outputLocationsStorage = new OutputLocations(this)));
 }