Example #1
0
        public MyDockContent(IMainWindow hostWindow)
        {
            WindowGuid = Guid.NewGuid();

            _hostWindow = hostWindow;
            _hostWindow.AddWindow(this);
        }