ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/SlySommetCoque.vb
Revision: 40
Committed: Mon Aug 20 21:30:28 2007 UTC (18 years ago) by bournival
File size: 165 byte(s)
Log Message:
Projet de these de Sylvain Bournival. Attention projet VB.

File Contents

# User Rev Content
1 bournival 40 Public Class SlySommetCoque
2     Inherits SuperSommet
3    
4     Sub New(ByVal swSommet As SldWorks.Vertex)
5     MyBase.New(swSommet, 1I)
6     End Sub
7    
8     End Class