Aspose.Words.Examples.CSharp.Loading_Saving.Topic.Topic C# (CSharp) Method

Topic() private method

private Topic ( string title, string fileName ) : System
title string
fileName string
return System
        internal Topic(string title, string fileName)
        {
            mTitle = title;
            mFileName = fileName;
        }
Topic