This commit is contained in:
watsonb8
2019-12-10 15:10:27 -05:00
parent 01736333e9
commit cf05045448
11 changed files with 98 additions and 237 deletions

View File

@ -10,6 +10,6 @@ namespace Aurora.Design.Views
public FinishDialogDelegate Finish { get; set; }
public DialogReturnType ReturnObject { get; protected set; }
public object ReturnObject { get; protected set; }
}
}