コード例 #1
0
ファイル: DocX.cs プロジェクト: ysking/DocX
        internal DocX(Xceed.Document.NET.Document document, XElement xml)
            : base(document, xml)
        {
            if (!DocX.IsCommercialLicenseRead)
            {
                Console.WriteLine("===================================================================\n"
                                  + "Thank you for using Xceed's DocX library.                          \n"
                                  + "Please note that this software is used for non-commercial use only.\n"
                                  + "To obtain a commercial license, please visit www.xceed.com.        \n"
                                  + "===================================================================");

                DocX.IsCommercialLicenseRead = true;
            }
        }
コード例 #2
0
 internal DocX(Xceed.Document.NET.Document document, XElement xml)
     : base(document, xml)
 {
 }