Wiki

Changes between Version 2 and Version 3 of Use

Show
Ignore:
Timestamp:
11/22/10 20:32:31 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Use

    v2 v3  
    1717 
    1818{{{ 
     19#!cobra 
    1920use Foo.Bar  
    2021# On .Net will look for namespace in Foo.Bar.dll if not already available 
     
    2728 
    2829{{{ 
     30#!cobra 
    2931use Foo.Bar from SomeLib 
    3032}}} 
     
    3436(for example, the filename has a space or punctuation mark in it). 
    3537{{{ 
     38#!cobra 
    3639use Foo.Bar from "My Lib" 
    3740}}} 
     
    5356== Examples == 
    5457{{{ 
     58#!cobra 
    5559use System.Windows.Forms  
    5660use System.Drawing