Aspose.Words.Examples.CSharp.Loading_Saving.Topic.Topic C# (CSharp) Метод

Topic() приватный Метод

private Topic ( string title, string fileName ) : System
title string
fileName string
Результат System
        internal Topic(string title, string fileName)
        {
            mTitle = title;
            mFileName = fileName;
        }
Topic