개정판 2c3eae15
Revert "markus 성능개선"
This reverts commit 0cda2a885008c0503d20d124631932685c72d462.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I2978dc7ed08980980dabf724d9249b73c5dba72d
KCOM/Common/ViewerDataModel.cs | ||
---|---|---|
1096 | 1096 |
} |
1097 | 1097 |
} |
1098 | 1098 |
|
1099 |
private System.Windows.Media.Imaging.BitmapFrame _ImageViewPath;
|
|
1100 |
public System.Windows.Media.Imaging.BitmapFrame ImageViewPath
|
|
1099 |
private System.Windows.Media.Imaging.BitmapImage _ImageViewPath;
|
|
1100 |
public System.Windows.Media.Imaging.BitmapImage ImageViewPath
|
|
1101 | 1101 |
{ |
1102 | 1102 |
get |
1103 | 1103 |
{ |
... | ... | |
1136 | 1136 |
} |
1137 | 1137 |
} |
1138 | 1138 |
|
1139 |
private System.Windows.Media.Imaging.BitmapImage _ImageViewPath_C;
|
|
1139 |
private System.Windows.Media.Imaging.BitmapImage _ImageViewPath_C { get; set; }
|
|
1140 | 1140 |
public System.Windows.Media.Imaging.BitmapImage ImageViewPath_C |
1141 | 1141 |
{ |
1142 | 1142 |
get |
내보내기 Unified diff