Initial integration.

This commit is contained in:
Burak Kaan Köse
2025-12-26 20:46:48 +01:00
parent 10b85ea135
commit 014b5aa671
79 changed files with 4694 additions and 432 deletions
@@ -3,5 +3,6 @@
public enum NavigationReferenceFrame
{
ShellFrame,
InnerShellFrame,
RenderingFrame
}
@@ -0,0 +1,7 @@
namespace Wino.Core.Domain.Enums;
public enum WinoApplicationMode
{
Mail,
Calendar
}