* IFrame:创建文档

This commit is contained in:
Sunny 2021-12-02 09:13:06 +08:00
parent 570f2daa7a
commit 49936e04dd
2 changed files with 22 additions and 5 deletions

Binary file not shown.

View File

@ -1,8 +1,25 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@QQ.Com
*
* Blog: https://www.cnblogs.com/yhuse
* Gitee: https://gitee.com/yhuse/SunnyUI
* GitHub: https://github.com/yhuse/SunnyUI
*
* SunnyUI.dll can be used for free under the GPL-3.0 license.
* If you use this code, please keep this note.
* 使
******************************************************************************
* : IFrame.cs
* :
* : V3.0
* : 2020-12-01
*
* 2021-12-01: V3.0.9
******************************************************************************/
using System;
namespace Sunny.UI
{