개정판 f513c215
issue #923: add CreateCommand and change thumb's opacity when mouse is enter or leave
Change-Id: I1e4b2ac57ca876e4681b14f02c1567abb265391e
KCOM/Events/Event_KeyEvent.cs | ||
---|---|---|
21 | 21 |
public partial class MainWindow : Window |
22 | 22 |
{ |
23 | 23 |
public double CumulativeWheel = 0; |
24 |
|
|
25 |
public MarkupToPDF.Common.Undo_data UndoData; |
|
26 |
|
|
27 |
//20181108 |
|
28 |
//강인구 추가 |
|
29 |
//KCOM.Views.MainMenu mainMenu = new Views.MainMenu(); |
|
30 |
|
|
31 | 24 |
MarkupToPDF.Controls.Parsing.MarkupParser.MarkupReturn markupReturn = new MarkupToPDF.Controls.Parsing.MarkupParser.MarkupReturn(); |
32 | 25 |
|
33 | 26 |
public void KeyEventDownAction(object sender, KeyEventArgs e) |
내보내기 Unified diff