shanji 3 years ago
parent
commit
b058d1d52f
  1. 1
      BBWY.Client/Views/SelectShop.xaml.cs

1
BBWY.Client/Views/SelectShop.xaml.cs

@ -27,7 +27,6 @@ namespace BBWY.Client.Views
InitializeComponent(); InitializeComponent();
this.DepartmentList = departmentList; this.DepartmentList = departmentList;
this.Loaded += SelectShop_Loaded; this.Loaded += SelectShop_Loaded;
Shop = currentShop;
} }
private void SelectShop_Loaded(object sender, RoutedEventArgs e) private void SelectShop_Loaded(object sender, RoutedEventArgs e)

Loading…
Cancel
Save