Recovered from cvs revision 2007-09-19 11:38:00

This commit is contained in:
2007-09-20 00:34:00 +00:00
parent dd1823659b
commit 841afe975d
4 changed files with 36 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: Awk.cs,v 1.2 2007/09/06 09:37:42 bacon Exp $
* $Id: Awk.cs,v 1.3 2007/09/18 14:30:41 bacon Exp $
*/
using System;
@@ -50,7 +50,7 @@ namespace ase.com
icpc.FindConnectionPoint(ref g, out icp);
icp.Advise(this, out this.cookie);
}
catch (System.Runtime.InteropServices.COMException ex)
catch (System.Runtime.InteropServices.COMException)
{
this.cookie = -1;
//System.Windows.Forms.MessageBox.Show(ex.Message);