Files
Speckle.Material.Avalonia/Material.Dialog/Interfaces/IHasNegativeResult.cs
T
2021-03-10 23:16:29 +09:00

7 lines
148 B
C#

namespace Material.Dialog.Interfaces
{
public interface IHasNegativeResult
{
void SetNegativeResult(DialogResult result);
}
}