Ejemplo n.º 1
0
 private void BtRefresh_Click(object sender, RoutedEventArgs e)
 {
     ReportingSearchControl.ResetSearchControl();
     ReportingModel = new ReportingModel(this);
 }
Ejemplo n.º 2
0
 public Reporting()
 {
     InitializeComponent();
     ReportingModel = new ReportingModel(this);
 }