C
CJ Taylor
Whats up everyone,
I was playing around with some C# last night and noticed something
interesting. I built two programs, one VB and one C#. Each had 1 form with
nothing on it.
However, the C# form has this
void sub main() {
Application.Run (Form1)
}
So does VB.NET automatically add this in at compile time, kinda like the
default constructor thing?
-CJ
I was playing around with some C# last night and noticed something
interesting. I built two programs, one VB and one C#. Each had 1 form with
nothing on it.
However, the C# form has this
void sub main() {
Application.Run (Form1)
}
So does VB.NET automatically add this in at compile time, kinda like the
default constructor thing?
-CJ