Exemplo n.º 1
0
 public void Init()
 {
     GroupeListView.shopElementListView     = ElementListView;
     GroupeListView.shopView                = this;
     ElementListView.shopElementInformation = ElementInformation;
     ElementListView.shopView               = this;
     shopUserInfo.DataContext               = App.core.user;
     ElementInformation.shopView            = this;
     _columSelect = ColumSelect.GROUPE;
     Window.Current.SizeChanged += Current_SizeChanged;
     SetSize(Window.Current.Bounds.Width);
 }
Exemplo n.º 2
0
 public void Init()
 {
     GroupeListView.shopElementListView = ElementListView;
     GroupeListView.shopView = this;
     ElementListView.shopElementInformation = ElementInformation;
     ElementListView.shopView = this;
     shopUserInfo.DataContext = App.core.user;
     ElementInformation.shopView = this;
     _columSelect = ColumSelect.GROUPE;
     Window.Current.SizeChanged += Current_SizeChanged;
     SetSize(Window.Current.Bounds.Width);
 }