Exemple #1
0
 public override IDesktopComputerBuilder WithGraphicsCard(GraphicsCardManufacturerEnum GraphicsCard, int memoryInMb)
 {
     desktopComputer.GraphicsCard           = GraphicsCard;
     desktopComputer.GraphicsCardMemoryInMb = memoryInMb;
     return(this);
 }
Exemple #2
0
 public abstract IDesktopComputerBuilder WithGraphicsCard(GraphicsCardManufacturerEnum GraphicsCard, int memoryInMb);