Exemplo n.º 1
0
        private void MakeStylesheet()
        {
            string filePath = Path.Combine(myFolder.OutputPath, StyleName);

            if (!myFolderModel.Exists(filePath))
            {
                myFolderModel.MakeFile(filePath, StyleContent);
            }
        }