public WatchProductRecipe(WatchProductRecipe source) : base(source)
        {
            CoresInstalled = source.CoresInstalled;

            Case = source.Case;
        }
예제 #2
0
 public WatchProductRecipe(WatchProductRecipe source) : base(source)
 {
     Product = source.Product;
 }