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