|
|
@@ -122,18 +122,6 @@ namespace PRSDesktop
|
|
|
if (grid.EditItems(new[] { _settings }))
|
|
|
new GlobalConfiguration<ShipmentSettings>().Save(_settings);
|
|
|
}));
|
|
|
-
|
|
|
- host.CreatePanelAction(new PanelAction("Scan Code", PRSDesktop.Resources.barcode, action =>
|
|
|
- {
|
|
|
- var code = "";
|
|
|
- if (TextEdit.Execute("Enter Code: ", ref code))
|
|
|
- {
|
|
|
- Dispatcher.Invoke(() =>
|
|
|
- {
|
|
|
- CheckCode(code);
|
|
|
- });
|
|
|
- }
|
|
|
- }));
|
|
|
//host.CreatePanelAction(new PanelAction() { Caption = "Mark As Delivered", OnExecute = MarkAsDelivered, Image = PRSDesktop.Resources.barcode });
|
|
|
}
|
|
|
|