public MyShownObjectLineItem(MyShownObject myShownObject, CustomPrintDimension printDimensions)
 {
     if (myShownObject == null)
     {
         throw new ArgumentNullException("myShownObject");
     }
     _myshownObject = myShownObject;
     _printDimensions = printDimensions;
 }
Пример #2
0
 public MyShownObjectLineItem(MyShownObject myShownObject, CustomPrintDimension printDimensions)
 {
     if (myShownObject == null)
     {
         throw new ArgumentNullException("myShownObject");
     }
     _myshownObject   = myShownObject;
     _printDimensions = printDimensions;
 }