| 123456789101112131415161718 |
- using Dongke.WinForm.Controls;
- namespace Dongke.WinForm.Controls.InvoiceLayout
- {
- internal partial class Setting : FormDialog
- {
- #region 构造函数
- /// <summary>
- /// 构造函数
- /// </summary>
- public Setting()
- {
- InitializeComponent();
- }
- #endregion 构造函数
- }
- }
|