mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-06-25 16:02:36 -04:00
5 lines
201 B
C#
5 lines
201 B
C#
namespace LibationFileManager;
|
|
|
|
/// <summary>User-facing title and body for startup failure, recovery, and crash dialogs.</summary>
|
|
public sealed record FatalStartupMessage(string Title, string Body);
|