wenku8.Model.Section.ZoneSpider.Reload C# (CSharp) Method

Reload() public method

public Reload ( ) : void
return void
        public void Reload()
        {
            try
            {
                Open( new XRegistry( "<zs />", MetaLocation ) );
            }
            catch ( Exception ex )
            {
            }
        }