Example #1
0
        /// <summary>
        /// Shows the <see cref="StatisticView"/>.
        /// </summary>
        public void OpenStatisticWindow()
        {
            StatisticView sv = new StatisticView();

            sv.DataContext = StatisticViewModel;
            sv.Show();
        }
Example #2
0
		/// <summary>
		/// Shows the <see cref="StatisticView"/>.
		/// </summary>
		public void OpenStatisticWindow()
		{
			StatisticView sv = new StatisticView();
			sv.DataContext = StatisticViewModel;
			sv.Show();
		}