Ejemplo n.º 1
0
 protected virtual void OnDateChanged(object sender, DateChangedEventArgs e)
 {
     this.CurrentIndex = 0;
     this.ValidIndex = 0;
     this.TotalCount = 1;
     this.ImportState = EImportStatus.Init;
 }
Ejemplo n.º 2
0
        protected override void OnDateChanged(object sender, DateChangedEventArgs e)
        {
            base.OnDateChanged(sender, e);
            this.DBHelper.TablePath = this.TablePath;
            this.UpdateFileName();

            this.RaisePropertyChanged("TablePath");
            this.RaisePropertyChanged("FileName");
            this.RaisePropertyChanged("ShownName");
        }