Browse By Tags

  • [CONNECT Update 15 C#] Refreshing UI after opening new file

    Hello I made addin application in c#. I created a window in MVVM pattern so ui is made in XAML file and then attached to DockableToolbar as it was in example: public class DockToolbar : DockableToolbar, BMG.IGuiDockable { static private DockToolbar…