M
Michael Murphy
Hi, could someone help me along with a Java to VB.Net conversion.
Here is the java code
private sub test1() throws Exception
{
//code in here
}
private sub test2()
{
//code in here
}
And here is my conversion for subroutine test2 - but what is the
VB.Net equivalent for test1 ?
Private Sub test2()
'code in here
End Sub
Thanks
Michael
Here is the java code
private sub test1() throws Exception
{
//code in here
}
private sub test2()
{
//code in here
}
And here is my conversion for subroutine test2 - but what is the
VB.Net equivalent for test1 ?
Private Sub test2()
'code in here
End Sub
Thanks
Michael