Some changes.

This commit is contained in:
Burak Kaan Köse
2026-01-03 20:46:03 +01:00
parent 9877656eea
commit c8ef031e7d
6 changed files with 291 additions and 21 deletions
@@ -0,0 +1,6 @@
namespace Wino.Messaging.Client.Calendar;
/// <summary>
/// Message to trigger rendering of calendar event description in WebView2.
/// </summary>
public record CalendarDescriptionRenderingRequested();