Beispiel #1
0
 private void SetOutputLocationsValue(OutputLocations value)
 {
     outputLocationsStorage = value;
 }
Beispiel #2
0
 private OutputLocations GetOutputLocationsValue()
 {
     return(outputLocationsStorage ?? (outputLocationsStorage = new OutputLocations(this)));
 }