Home All Groups Group Topic Archive Search About
Author
1 Mar 2006 9:15 PM
PioM
version 1.0.3705
I 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()
        {
        }
    }
}

AddThis Social Bookmark Button