Commit add7d458 by wangonghui

打开新的项目清空操作

parent 0101c2ae
......@@ -353,6 +353,12 @@ namespace VIZ.Package.Module
if (window.DialogResult != true)
return;
//调用关闭消息
ProjectCloseMessage closemsg = new ProjectCloseMessage();
ApplicationDomainEx.MessageManager.Send(closemsg);
this.UpdateCommandStatus();
OpenProjectWindowModel vm = window.DataContext as OpenProjectWindowModel;
if (vm == null)
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment