개정판 6707a5c7
issue #680 temp file save add
KCOM/MainWindow.xaml.cs | ||
---|---|---|
3 | 3 |
using KCOMDataModel.DataModel; |
4 | 4 |
using System; |
5 | 5 |
using System.Collections.Generic; |
6 |
using System.IO; |
|
6 | 7 |
using System.Linq; |
7 | 8 |
using System.Text; |
8 | 9 |
using System.Windows; |
... | ... | |
14 | 15 |
using System.Windows.Media.Imaging; |
15 | 16 |
using System.Windows.Navigation; |
16 | 17 |
using System.Windows.Shapes; |
18 |
using System.Xml; |
|
17 | 19 |
using Telerik.Windows.Controls; |
18 | 20 |
|
19 | 21 |
namespace KCOM |
... | ... | |
120 | 122 |
this.dzMainMenu.drawingRotateCanvas.IsHitTestVisible = false; |
121 | 123 |
} |
122 | 124 |
this.dzMainMenu.SetView(App.ViewInfo); |
123 |
this.dzMainMenu.HubSet(); |
|
125 |
this.dzMainMenu.HubSet();
|
|
124 | 126 |
} |
127 |
|
|
125 | 128 |
//App.ViewInfo = new IKCOM.ViewInfo |
126 | 129 |
//{ |
127 | 130 |
// DocumentItemID = "11111112", |
... | ... | |
137 | 140 |
|
138 | 141 |
//this.dzMainMenu.ServiceOn(); |
139 | 142 |
//this.dzMainMenu.SetView(App.ViewInfo); |
140 |
|
|
141 | 143 |
} |
144 |
|
|
142 | 145 |
private void WindowDragEvent(object sender, MouseButtonEventArgs e) |
143 | 146 |
{ |
144 | 147 |
if (e.ClickCount >= 2) |
... | ... | |
218 | 221 |
{ |
219 | 222 |
updatetime = ViewerDataModel.Instance._markupInfoList.OrderByDescending(order => order.UpdateTime).FirstOrDefault().UpdateTime; |
220 | 223 |
} |
224 |
|
|
221 | 225 |
if (undoTime > updatetime) |
222 | 226 |
{ |
223 | 227 |
var box = new TextBlock(); |
내보내기 Unified diff