Parent Directory
|
Revision Log
|
Patch
revision 324 by william, Thu Jun 7 16:33:41 2012 UTC | revision 325 by william, Thu Jun 7 17:44:20 2012 UTC | |
---|---|---|
# | Line 67 namespace RomCheater.Docking | Line 67 namespace RomCheater.Docking |
67 | peprops.SelectedObject = peData; | peprops.SelectedObject = peData; |
68 | peprops.PropertySort = PropertySort.NoSort; | peprops.PropertySort = PropertySort.NoSort; |
69 | if (OnPEDataUpdated != null) | if (OnPEDataUpdated != null) |
70 | OnPEDataUpdated(new PEViewerDataUpdatedEvent(this, peData)); | if (peData != null) |
71 | OnPEDataUpdated(new PEViewerDataUpdatedEvent(this, peData)); | |
72 | } | } |
73 | else | else |
74 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |