LogViewer.XmlPersister.InsertFile C# (CSharp) Method

InsertFile() public method

public InsertFile ( string filepath, int max ) : void
filepath string
max int
return void
        public void InsertFile(string filepath, int max)
        {
            Update(filepath, true, max);
        }