Interaction logic for ManageInventory.xaml
Inheritance: System.Windows.Window
Ejemplo n.º 1
0
        private void btnInventory_Click(object sender, RoutedEventArgs e)
        {
            ManageInventory mi = new ManageInventory();

            mi.ShowDialog();
        }
Ejemplo n.º 2
0
        private void btnInventory_Click(object sender, RoutedEventArgs e)
        {
            ManageInventory mi = new ManageInventory();

            mi.ShowDialog();
        }