InkForge/app/InkForge.Desktop/Services/WorkspaceContext.cs

7 lines
108 B
C#
Raw Normal View History

2024-02-16 02:23:58 +01:00
namespace InkForge.Desktop.Services;
public class WorkspaceContext
{
public string DbPath { get; set; }
}