private void InitiateClone(CloneEvent obj)
 {
     this.navigationService.NavigateMain(new LocationAddCloneUri(this.Location.Id.Value, this.Location.Start));
 }
 private void InitiateClone(CloneEvent obj)
 {
     this.navigationService.NavigateMain(
         new SourceSystemAddCloneUri(this.SourceSystem.Id.Value, this.SourceSystem.Start));
 }
Beispiel #3
0
 private void InitiateClone(CloneEvent obj)
 {
     this.navigationService.NavigateMain(new LocationAddCloneUri(this.Location.Id.Value, this.Location.Start));
 }
Beispiel #4
0
 private void InitiateClone(CloneEvent obj)
 {
     this.navigationService.NavigateMain(
         new SourceSystemAddCloneUri(this.SourceSystem.Id.Value, this.SourceSystem.Start));
 }