Using two Classes

Discussion in 'C#' started by computer-bot, Dec 10, 2007.

  1. #1
    When I write the code


    Set a = new C1
       Block of code
    Set a = Nothing
    
    Set b= new C2
       Block of code
    Set b = Nothing
    
    Code (markup):

    The Class C2 doesn't work. Any idea Why????

    CB
     
    computer-bot, Dec 10, 2007 IP
  2. urstop

    urstop Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Does it throw any error? Do you have any code in the construction for Class C2?
     
    urstop, Dec 11, 2007 IP