예제 #1
0
 public void CustomizeForReport()
 {
     if (reportPeriodPanel == null)
     {
         reportPeriodPanel = new RPeriodPanel();
     }
     periodGroupBox.Content = reportPeriodPanel;
 }
 public void CustomizeForReport()
 {
     //ForAllocationCheckBox.Content = "For run";
     //AllocationGroupBox.Visibility = System.Windows.Visibility.Collapsed;
     if (reportPeriodPanel == null)
     {
         reportPeriodPanel = new RPeriodPanel();
     }
     periodGroupBox.Content = reportPeriodPanel;
 }