public TestPage() { this.InitializeComponent(); this.navigationHelper = new NavigationHelper(this); this.navigationHelper.LoadState += navigationHelper_LoadState; this.navigationHelper.SaveState += navigationHelper_SaveState; }
public GroupedItemsPage() { this.InitializeComponent(); FramePsihologist.Navigate(Psihologist.Get()); this.navigationHelper = new NavigationHelper(this); this.navigationHelper.LoadState += navigationHelper_LoadState; }
public LTDescriptionPage() { this.InitializeComponent(); LT.Counter = 0; this.navigationHelper = new NavigationHelper(this); this.navigationHelper.LoadState += navigationHelper_LoadState; this.navigationHelper.SaveState += navigationHelper_SaveState; }
public TYDescriptionPage() { this.InitializeComponent(); TY.ToZero(); this.navigationHelper = new NavigationHelper(this); this.navigationHelper.LoadState += navigationHelper_LoadState; this.navigationHelper.SaveState += navigationHelper_SaveState; }
public ITResultPage() { this.InitializeComponent(); this.navigationHelper = new NavigationHelper(this); this.RunScore.Text = "Набранное количество баллов: " + IT.Counter + "\n"; if (IT.Counter <= 20) { this.RunResult.Text = "У тебя нет Интернет-зависимости."; } else if (IT.Counter < 50) { this.RunResult.Text = "Ты много времени проводишь в Интернете и ты в силах себя контролировать."; } else if (IT.Counter < 80) { this.RunResult.Text = "У тебя средняя Интернет-зависимость. Интернет оказывает влияние на твою жизнь и является причиной некоторых проблем."; } else { this.RunResult.Text = "У тебя сильная Интернет-зависимость. Интернет является причиной многих проблем в твоей жизни."; } }
public Yung() { this.InitializeComponent(); this.navigationHelper = new NavigationHelper(this); this.navigationHelper.LoadState += navigationHelper_LoadState; }
public ItemDetailPage() { this.InitializeComponent(); this.navigationHelper = new NavigationHelper(this); this.navigationHelper.LoadState += navigationHelper_LoadState; }