Example #1
0
 protected override void PerformExecuteWith(IExecutionContext context)
 {
     _oldDataSource = _compoundProcess.DataSource;
     _compoundProcess.DataSource = _newDataSource;
     _compoundProcess.RefreshName();
     Description = PKSimConstants.Command.RenameEntityCommandDescripiton(PKSimConstants.UI.DataSource, _oldDataSource, _newDataSource);
 }