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