improving layout
This commit is contained in:
parent
624ac2db7b
commit
daa407bf83
4 changed files with 35 additions and 25 deletions
|
|
@ -102,9 +102,9 @@ namespace MatterHackers.MatterControl
|
|||
/// </summary>
|
||||
public Func<bool> IsPaused { get; set; }
|
||||
|
||||
public Action<Action> PauseAction { get; set; }
|
||||
public Action PauseAction { get; set; }
|
||||
|
||||
public Action<Action> ResumeAction { get; set; }
|
||||
public Action ResumeAction { get; set; }
|
||||
|
||||
public Action<Action> StopAction { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue