Exemplo n.º 1
0
 private void buttonEditInventory_Click(object sender, RoutedEventArgs e)
 {
     FunctionsContextMenu.IsOpen = false;
     InventoryEditorControl.CreateInDefaultWindow().ShowDialog(MainWindow.Singleton);
 }
Exemplo n.º 2
0
        public static PosDialogWindow CreateInDefaultWindow()
        {
            InventoryEditorControl control = new InventoryEditorControl();

            return(new PosDialogWindow(control, Strings.InventoryEdit, 330, 550));
        }