CopyCommand detail: speed
This commit is contained in:
@@ -9,12 +9,14 @@ public class CommandTimeStateViewModel : ICommandTimeStateViewModel
|
||||
public IObservable<int> CurrentProgress { get; }
|
||||
|
||||
public IObservable<string> DisplayLabel { get; }
|
||||
public IObservable<string> DisplayDetailLabel { get; }
|
||||
|
||||
public IObservable<bool> IsSelected { get; }
|
||||
|
||||
public CommandTimeStateViewModel(CommandTimeState commandTimeState)
|
||||
{
|
||||
DisplayLabel = commandTimeState.Command.DisplayLabel;
|
||||
DisplayDetailLabel = commandTimeState.Command.DisplayDetailLabel;
|
||||
TotalProgress = commandTimeState.Command.TotalProgress;
|
||||
CurrentProgress = commandTimeState.Command.CurrentProgress;
|
||||
//TODO
|
||||
|
||||
Reference in New Issue
Block a user