Changeset 1063 for BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/BMXNetConnectInfo.cs
- Timestamp:
- Jan 9, 2011, 7:19:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/BMXNetConnectInfo.cs
r923 r1063 96 96 set 97 97 { 98 // Debug.Write("ConnectInfo handle: " + this.Handle.ToString() + "\n");99 //System.IntPtr pHandle = this.Handle;100 98 m_timerEvent.Enabled = value; 101 99 } … … 245 243 if (BMXNetEvent != null) 246 244 { 245 Debug.Write("BMXNet AutoFire event raised from BMXNetConnectInfo"); 247 246 BMXNetEvent(obj, args); 248 247 } … … 905 904 Debug.Write(ex.Message); 906 905 //MessageBox.Show(ex.Message, "RPMS Login Error", MessageBoxButtons.OK, MessageBoxIcon.Error); 907 throw new Exception(ex.Message);;906 throw ex; 908 907 } 909 908 }while ((bStop == DialogResult.OK) && (m_BMXNetLib.Connected == false));
Note:
See TracChangeset
for help on using the changeset viewer.
