Orc.ProjectManagement
atm, trying to set up a model for dealing with files. I want to enable a "save reminder" when trying to close the file with unsaved changes. The CsvTextEditor
seems like a pretty good example (I guess?). However, I have not successfully implemented something in my app that sets IsDirty
on my models, do you have some kind of recommendation here?
public override bool ShowSplashScreen => true;
public override bool ShowShell => true;
private static readonly ILog Log = LogManager.GetCurrentClassLogger();