示例#1
0
        public MoveEntriesToShopWindow(List <Shop> shops)
        {
            InitializeComponent();
            this.WindowStartupLocation   = WindowStartupLocation.CenterOwner;
            categoryComboBox.DataContext = this;

            this.Shops        = shops;
            this.SelectedShop = Shops.First();
            this.saveChanges  = false;
        }