Exemplo n.º 1
0
        public ModelComparerCapturer(CaptureVMBase owner)
            : base(owner)
        {
            ((INotifyCollectionChanged)RepositoryManager.Instance.Repositories).CollectionChanged += Repositories_CollectionChanged;
            this.UpdateRivals();

            this.TankInstance.TankConfiguration.PropertyChanged          += TankConfiguration_PropertyChanged;
            this.TankInstance.CrewConfiguration.PropertyChanged          += CrewConfiguration_PropertyChanged;
            this.TankInstance.CustomizationConfiguration.PropertyChanged += CustomizationConfiguration_PropertyChanged;
        }
Exemplo n.º 2
0
 public ContinuousAnimationCapturer(CaptureVMBase owner)
     : base(owner)
 {
 }
Exemplo n.º 3
0
 public StaticCapturerBase(CaptureVMBase owner)
     : base(owner)
 {
 }
Exemplo n.º 4
0
 public Capturer(CaptureVMBase owner)
 {
     this.Owner     = owner;
     this.IsEnabled = true;
 }
Exemplo n.º 5
0
 public GifAnimationCapturer(CaptureVMBase owner)
     : base(owner)
 {
 }