8 lines
193 B
C#
8 lines
193 B
C#
namespace Wino.Messaging.Client.Shell
|
|
{
|
|
/// <summary>
|
|
/// When reading mail state or reader pane narrowed state is changed.
|
|
/// </summary>
|
|
public record ShellStateUpdated;
|
|
}
|