Exemplo n.º 1
0
 public InputSegmentEditCommand(CoinKernelViewModel coinKernelVm, InputSegmentViewModel segment)
 {
     this.CoinKernelVm = coinKernelVm;
     this.Segment      = segment;
 }