コード例 #1
0
        private void StatisticMoneyBtn_OnClick(object sender, RoutedEventArgs e)
        {
            GetDates();
            Window statisticMoney = new StatisticMoney(dateFrom, dateTo);

            statisticMoney.Owner = this;
            statisticMoney.Show();
        }
コード例 #2
0
        private void StatisticMoneyBtn_OnClick(object sender, RoutedEventArgs e)
        {
            UserControl statisticMoney = new StatisticMoney();

            statisticMoney.IsEnabled = false;
        }