public ArmorDocumentVM(ArmorDocumentService modelDocumentService,
                        CommandBindingCollection commandBindings,
                        TankInstance tank,
                        string persistentInfo)
     : base(commandBindings, tank, persistentInfo)
 {
     this.ModelDocumentService = modelDocumentService;
     this.Capture = new CaptureVM(this);
 }
 public ArmorComparerCapturer(CaptureVM owner)
     : base(owner)
 {
 }
Exemple #3
0
 public StaticCapturer(CaptureVM owner)
     : base(owner)
 {
 }