1 |
< |
Imports SldWorks |
2 |
< |
Imports SWPublished |
3 |
< |
imports SwConst |
1 |
> |
Imports SolidWorks.Interop |
2 |
> |
Imports SolidWorks.Interop.swconst |
3 |
> |
Imports SolidWorks.Interop.swpublished |
4 |
|
|
5 |
|
Namespace Enregistrement |
6 |
|
Public Class EnregistrementPageHandler |
17 |
|
iSwApp = sw |
18 |
|
userAddin = addin |
19 |
|
|
20 |
+ |
POGManuel = False |
21 |
+ |
PogAutomatique = False |
22 |
+ |
|
23 |
|
End Function |
24 |
|
|
25 |
|
Sub AfterClose() Implements PropertyManagerPage2Handler2.AfterClose |
63 |
|
EnregistrementCode.sauvegarder = True |
64 |
|
Else |
65 |
|
EnregistrementCode.decoupe = False |
66 |
< |
POG = False |
66 |
> |
POGManuel = False |
67 |
> |
PogAutomatique = False |
68 |
|
EnregistrementCode.cancel() |
69 |
|
EnregistrementCode.sauvegarder = False |
70 |
|
End If |
151 |
|
Sub OnTextboxChanged(ByVal id As Integer, ByVal text As String) Implements PropertyManagerPage2Handler2.OnTextboxChanged |
152 |
|
|
153 |
|
End Sub |
154 |
+ |
|
155 |
+ |
|
156 |
|
End Class |
157 |
|
End Namespace |