Obsolete the old file dialog.

This commit is contained in:
2023-11-13 00:27:20 +08:00
parent 8c11be48cf
commit 0cdd6e569e
2 changed files with 6 additions and 0 deletions

View File

@@ -6,7 +6,9 @@ namespace Cryville.Crtr.Browsing {
Uri GetItemUri(int id);
bool ImportItemFrom(Uri uri);
[Obsolete]
string[] GetSupportedFormats();
[Obsolete]
IReadOnlyDictionary<string, string> GetPresetPaths();
event Action ItemChanged;