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); }