I have something like this
我有类似的东西
public class something : Inherits NativeWindow
Private WithEvents form As Form
Public Sub New(ByVal form As Form)
Me.form = form
End Sub
end class
public cI have something like this
我有类似的东西
public class something : Inherits NativeWindow
Private WithEvents form As Form
Public Sub New(ByVal form As Form)
Me.form = form
End Sub
end class
public c