Kenric Nugteren пре 3 недеља
родитељ
комит
068402f9ab
1 измењених фајлова са 0 додато и 12 уклоњено
  1. 0 12
      prs.desktop/Panels/Shipments/ShippingPanel.xaml.cs

+ 0 - 12
prs.desktop/Panels/Shipments/ShippingPanel.xaml.cs

@@ -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 });
         }