updated for version 7.1b
diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt
index 626da3e..51357c7 100644
--- a/runtime/doc/if_ole.txt
+++ b/runtime/doc/if_ole.txt
@@ -1,4 +1,4 @@
-*if_ole.txt*    For Vim version 7.1a.  Last change: 2006 Apr 30
+*if_ole.txt*    For Vim version 7.1b.  Last change: 2007 May 10
 
 
 		  VIM REFERENCE MANUAL    by Paul Moore
@@ -40,6 +40,12 @@
 	use Win32::OLE;
 	$vim = new Win32::OLE 'Vim.Application';
 
+[C#] >
+        // Add a reference to VIM in your project. 
+        // Choose the COM tab.
+        // Select "VIM Ole Interface 1.1 Type Library"
+	Vim.Vim vimobj = new Vim.Vim();
+
 Vim does not support acting as a "hidden" OLE server, like some other OLE
 Automation servers.  When a client starts up an instance of Vim, that instance
 is immediately visible.  Simply closing the OLE connection to the Vim instance