tgjones / gemini

Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
Other
1.1k stars 299 forks source link

How to save GraphViewModel as a document and load it later ? #305

Open Levi555 opened 5 years ago

Levi555 commented 5 years ago

I have already known that GraphViewModel should Inherit from PersistedDocument and override the three methods named DoNew、DoSave and DoLoad . I am now confused about how to save GraphViewModel as a document and load it later. It will be pretty appreciated if someone can help me fix it.