Exemplo n.º 1
0
 public FullReportPage()
 {
     InitializeComponent();
     Context = new ReportBaseDomainContext();
     SelectedValues = new List<string>();
     SettingsControl.Settings.PropertyChanged += new System.ComponentModel.PropertyChangedEventHandler(Settings_PropertyChanged);
 }
Exemplo n.º 2
0
 public RezhimSKReportPage()
 {
     InitializeComponent();
     settings = new SettingsBase();
     settings.Date = DateTime.Now.Date.AddDays(-1);
     pnlSettings.DataContext = settings;
     context = new ReportBaseDomainContext();
 }
Exemplo n.º 3
0
 public SutVedPage()
 {
     InitializeComponent();
     settings = new SettingsBase();
     settings.Date = DateTime.Now.Date.AddDays(-1);
     pnlSettings.DataContext = settings;
     context = new ReportBaseDomainContext();
     SettingsControl.InitOnlyDates();
     SettingsControl.Settings.ReportType = ReportTypeEnum.day;
 }
Exemplo n.º 4
0
 public FullReportPage()
 {
     InitializeComponent();
     Context = new ReportBaseDomainContext();
     SelectedValues = new List<string>();
 }