ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/SuperIntersection.vb
(Generate patch)

Comparing magicsld/SuperIntersection.vb (file contents):
Revision 40 by bournival, Mon Aug 20 21:30:28 2007 UTC vs.
Revision 130 by bournival, Wed Jul 30 21:26:03 2008 UTC

# Line 1 | Line 1
1   Public MustInherit Class SuperIntersection
2 +    Friend Shared numMax As Integer
3 +    Private Num As Integer
4 +
5 +
6 +    Public Sub New()
7 +        numMax += 1
8 +        Me.Num = numMax
9 +    End Sub
10 +
11 +    ''' <summary>
12 +    ''' Le numéro de l'intersection
13 +    ''' </summary>
14 +    ''' <value></value>
15 +    ''' <returns></returns>
16 +    ''' <remarks></remarks>
17 +    Public ReadOnly Property Numero() As Integer
18 +        Get
19 +            Return num
20 +        End Get
21 +
22 +    End Property
23 +
24 +
25  
26   End Class

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines