mirror of
https://onedev.site.tesses.net/crosslang/crosslangdevstudio
synced 2026-02-08 09:15:45 +00:00
Get way further
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
namespace CrossLangDevStudio.ViewModels;
|
||||
|
||||
interface ISavable
|
||||
{
|
||||
string FilePath { get; }
|
||||
bool Modified { get; set; }
|
||||
void Save();
|
||||
|
||||
void SaveRecovery(string path);
|
||||
}
|
||||
Reference in New Issue
Block a user