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

File Contents

# Content
1 Public Class SlySommetVolume
2 Inherits SuperSommet
3
4
5 Sub New(ByVal swSommet As SldWorks.Vertex)
6 MyBase.New(swSommet)
7 End Sub
8
9 End Class