improving layout

This commit is contained in:
LarsBrubaker 2021-02-24 23:00:56 -08:00
parent 624ac2db7b
commit daa407bf83
4 changed files with 35 additions and 25 deletions

View file

@ -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; }