개정판 6707a5c7
issue #680 temp file save add
KCOM/Common/ViewerDataModel.cs | ||
---|---|---|
2 | 2 |
using KCOMDataModel.DataModel; |
3 | 3 |
//using Leadtools; |
4 | 4 |
using MarkupToPDF.Common; |
5 |
using Newtonsoft.Json; |
|
5 | 6 |
using System; |
7 |
using System.Collections; |
|
6 | 8 |
using System.Collections.Generic; |
7 | 9 |
using System.Collections.ObjectModel; |
8 | 10 |
using System.ComponentModel; |
11 |
using System.IO; |
|
9 | 12 |
using System.Linq; |
10 | 13 |
using System.Text; |
11 | 14 |
using System.Windows; |
12 | 15 |
using System.Windows.Controls; |
13 | 16 |
using System.Windows.Ink; |
14 | 17 |
using System.Windows.Media; |
18 |
using System.Xml; |
|
19 |
using System.Xml.Serialization; |
|
15 | 20 |
//using IKCOM; |
16 | 21 |
|
17 | 22 |
namespace KCOM.Common |
... | ... | |
33 | 38 |
//private List<Check_Inferface> check_Item = new List<Check_Inferface>(); |
34 | 39 |
private ObservableCollection<KCOMDataModel.DataModel.DOCPAGE> document_Info = new ObservableCollection<KCOMDataModel.DataModel.DOCPAGE>(); |
35 | 40 |
private ObservableCollection<Undo_data> undoDataList = new ObservableCollection<Undo_data>(); |
41 |
|
|
36 | 42 |
//public UndoDataList { get; set; } |
37 | 43 |
|
38 | 44 |
|
... | ... | |
453 | 459 |
return markupControls_Sync; |
454 | 460 |
} |
455 | 461 |
} |
456 |
|
|
462 |
public int current_page_commentcnt = 0; |
|
457 | 463 |
public ObservableCollection<CommentUserInfo> MarkupControls_USER |
458 | 464 |
{ |
459 | 465 |
get |
... | ... | |
469 | 475 |
return undoDataList; |
470 | 476 |
} |
471 | 477 |
} |
472 |
|
|
478 |
|
|
473 | 479 |
public StrokeCollection MarkupPens |
474 | 480 |
{ |
475 | 481 |
get |
... | ... | |
1144 | 1150 |
this.DashSize = new DoubleCollection(); |
1145 | 1151 |
|
1146 | 1152 |
this.SaveInterval = 5; |
1147 |
} |
|
1148 | 1153 |
|
1154 |
} |
|
1155 |
|
|
1149 | 1156 |
#region INotifyPropertyChanged Event |
1150 | 1157 |
|
1151 | 1158 |
private void OnPropertyChanged(string name) |
내보내기 Unified diff