Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.Package
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.Package
Commits
add7d458
Commit
add7d458
authored
May 08, 2023
by
wangonghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打开新的项目清空操作
parent
0101c2ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
VIZ.Package.Module/Main/ViewModel/MainTopViewModel.cs
+6
-0
No files found.
VIZ.Package.Module/Main/ViewModel/MainTopViewModel.cs
View file @
add7d458
...
@@ -353,6 +353,12 @@ namespace VIZ.Package.Module
...
@@ -353,6 +353,12 @@ namespace VIZ.Package.Module
if
(
window
.
DialogResult
!=
true
)
if
(
window
.
DialogResult
!=
true
)
return
;
return
;
//调用关闭消息
ProjectCloseMessage
closemsg
=
new
ProjectCloseMessage
();
ApplicationDomainEx
.
MessageManager
.
Send
(
closemsg
);
this
.
UpdateCommandStatus
();
OpenProjectWindowModel
vm
=
window
.
DataContext
as
OpenProjectWindowModel
;
OpenProjectWindowModel
vm
=
window
.
DataContext
as
OpenProjectWindowModel
;
if
(
vm
==
null
)
if
(
vm
==
null
)
return
;
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment