Exemplo n.º 1
0
 public TrayItems(string trayId)
 {
     InitializeComponent();
     this.trayId = trayId;
     pss = new PackageStoreService();
 }
Exemplo n.º 2
0
 public TraySearch()
 {
     InitializeComponent();
     packageStoreService = new PackageStoreService();
     exportService = new ExportService();
 }