Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PackingCygestType"/> class.
 /// </summary>
 public PackingCygestType()
 {
     InitializeComponent();
     BarCodeScannerViewModel    = new BarCodeScannerViewModel();
     PackingCygestTypeViewModel = new PackingCygestTypeViewModel();
     InitializeLaser();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PackingCygestType"/> class.
 /// </summary>
 /// <param name="loading">The loading.</param>
 /// <param name="fileInfo">The file information.</param>
 public PackingCygestType(NewLoadingModel loading, FileInfoModel fileInfo)
 {
     InitializeComponent();
     _loading = loading;
     AdjustStackLayouts(loading);
     BindingContext = PackingCygestTypeViewModel = new PackingCygestTypeViewModel(new PageService(), loading, fileInfo);
     InitializeLaser();
 }