vb.net - With statement not working -
why doesn't work?
module module1 sub main() system.console 'error bc30691: 'console' type in 'system' , cannot used expression. .writeline("here text!") .readkey(true) end end sub end module
writeline , readkey shared
methods, not have instance use with
you need instantiate variable in order use with
Comments
Post a Comment