public ctlDataViewerControl() { InitializeComponent(); // Set some defaults for the dataviewer dataPreview = new Preview(false); dataPreview.ScreenFormat = OricProgram.ProgramFormat.UnknownFile; dataPreview.DataLength = 0; ProgramInfo = new OricFileInfo(); ProgramData = new OricProgram(); }
public DataViewerControl() { InitializeComponent(); FileInformation = new Label(); // Set some defaults for the dataviewer dataPreview = new Preview(false); dataPreview.m_scrnFormat = OricProgram.ProgramFormat.UnknownFile; dataPreview.m_ui16DataLength = 0; ProgramInfo = new OricFileInfo(); ProgramData = new OricProgram(); }