Golem.Core.Configuration.CreateNew C# (CSharp) Method

CreateNew() private method

private CreateNew ( FileInfo file ) : void
file System.IO.FileInfo
return void
        private void CreateNew(FileInfo file)
        {
            WriteFile(file);
            IsNew = true;
        }