개정판 66bd3240
issue #0000 fileupload api - svg 추가
Change-Id: I3e3fdf586fd732c226f08ab9e2fbb300cb82ebc7
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/VistaSecurity.cs | ||
---|---|---|
61 | 61 |
return; //If cancelled, do nothing |
62 | 62 |
} |
63 | 63 | |
64 |
System.Windows.Forms.Application.Exit(); |
|
65 |
System.Windows.Application.Current.Shutdown(); |
|
64 |
//System.Windows.Forms.Application.Exit(); |
|
65 | ||
66 |
if (System.Windows.Application.Current != null) |
|
67 |
{ |
|
68 |
System.Windows.Application.Current.Shutdown(); |
|
69 |
} |
|
66 | 70 |
} |
67 | 71 |
} |
내보내기 Unified diff