csogg.Page.Page C# (CSharp) Method

Page() public method

public Page ( ) : System
return System
        public Page()
        {
            for(uint i=0; i<crc_lookup.Length; i++)
            {
                crc_lookup[i]=crc_entry(i);
            }
        }