private void StatisticMoneyBtn_OnClick(object sender, RoutedEventArgs e) { GetDates(); Window statisticMoney = new StatisticMoney(dateFrom, dateTo); statisticMoney.Owner = this; statisticMoney.Show(); }
private void StatisticMoneyBtn_OnClick(object sender, RoutedEventArgs e) { UserControl statisticMoney = new StatisticMoney(); statisticMoney.IsEnabled = false; }