CSharpGL.Teapot.Teapot C# (CSharp) Method

Teapot() public method

public Teapot ( ) : System
return System
        public Teapot()
        {
            this.model = new TeapotModel();
        }