ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magicsld
/
SlySommetPoutre.vb
Revision:
40
Committed:
Mon Aug 20 21:30:28 2007 UTC
(18 years ago) by
bournival
File size:
170 byte(s)
Log Message:
Projet de these de Sylvain Bournival. Attention projet VB.
File Contents
#
User
Rev
Content
1
bournival
40
Public Class SlySommetPoutre
2
Inherits SuperSommet
3
4
Public Sub New(ByRef sommet As SldWorks.Vertex)
5
MyBase.New(sommet, 2)
6
End Sub
7
8
9
End Class