Tab restore
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FileTime.App.Core.Models;
|
||||
|
||||
public interface IApplicationSettings
|
||||
{
|
||||
string AppDataRoot { get; }
|
||||
string EnvironmentName { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user