|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
csc cs0016,cs2008I try compile my program and i get errors! first cs0016 (icon must be copied to directory with csc.exe file!!!) next cs2008. antylogic error. namespace Okno { public class Window:System.Windows.Forms.Form { public static int Main(string[] args) { return 0; } public Window() { } ~Window() { } } } |
|||||||||||||||||||||||