コード例 #1
0
ファイル: ShopPage.xaml.cs プロジェクト: idogga/snc_manager
 public ShopPage(ShopView selected)
 {
     _shop = selected;
     InitializeComponent();
     context.SetContext(selected);
     configuration.SetContext(selected);
 }
コード例 #2
0
 /// <summary>
 /// Установить контекст
 /// </summary>
 /// <param name="selected"></param>
 public void SetContext(ShopView selected)
 {
     StartLoading();
     _controller = new AzsController(this, selected);
 }