-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
879 additions
and
858 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
/* | ||
* 此文件由T4引擎自动生成, 请勿修改此文件中的代码! | ||
*/ | ||
using System; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
using Native.Core.Domain; | ||
using Native.Sdk.Cqp; | ||
using Native.Sdk.Cqp.EventArgs; | ||
using Native.Sdk.Cqp.Interface; | ||
using Unity; | ||
|
||
namespace Native.App.Export | ||
{ | ||
/// <summary> | ||
/// 表示酷Q菜单导出的类 | ||
/// </summary> | ||
public class CQMenuExport | ||
{ | ||
#region --构造函数-- | ||
/// <summary> | ||
/// 由托管环境初始化的 <see cref="CQMenuExport"/> 的新实例 | ||
/// </summary> | ||
static CQMenuExport () | ||
{ | ||
|
||
// 调用方法进行实例化 | ||
ResolveBackcall (); | ||
} | ||
#endregion | ||
|
||
#region --私有方法-- | ||
/// <summary> | ||
/// 读取容器中的注册项, 进行事件分发 | ||
/// </summary> | ||
private static void ResolveBackcall () | ||
{ | ||
} | ||
#endregion | ||
|
||
#region --导出方法-- | ||
#endregion | ||
} | ||
} | ||
/* | ||
* 此文件由T4引擎自动生成, 请勿修改此文件中的代码! | ||
*/ | ||
using System; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
using Native.Core.Domain; | ||
using Native.Sdk.Cqp; | ||
using Native.Sdk.Cqp.EventArgs; | ||
using Native.Sdk.Cqp.Interface; | ||
using Unity; | ||
|
||
namespace Native.App.Export | ||
{ | ||
/// <summary> | ||
/// 表示酷Q菜单导出的类 | ||
/// </summary> | ||
public class CQMenuExport | ||
{ | ||
#region --构造函数-- | ||
/// <summary> | ||
/// 由托管环境初始化的 <see cref="CQMenuExport"/> 的新实例 | ||
/// </summary> | ||
static CQMenuExport () | ||
{ | ||
|
||
// 调用方法进行实例化 | ||
ResolveBackcall (); | ||
} | ||
#endregion | ||
|
||
#region --私有方法-- | ||
/// <summary> | ||
/// 读取容器中的注册项, 进行事件分发 | ||
/// </summary> | ||
private static void ResolveBackcall () | ||
{ | ||
} | ||
#endregion | ||
|
||
#region --导出方法-- | ||
#endregion | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
/* | ||
* 此文件由T4引擎自动生成, 请勿修改此文件中的代码! | ||
*/ | ||
using System; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
using Native.Core.Domain; | ||
using Native.Sdk.Cqp; | ||
using Native.Sdk.Cqp.EventArgs; | ||
using Native.Sdk.Cqp.Interface; | ||
using Native.Sdk.Cqp.Model; | ||
using Unity; | ||
|
||
namespace Native.App.Export | ||
{ | ||
/// <summary> | ||
/// 表示酷Q状态导出的类 | ||
/// </summary> | ||
public class CQStatusExport | ||
{ | ||
#region --构造函数-- | ||
/// <summary> | ||
/// 由托管环境初始化的 <see cref="CQStatusExport"/> 的新实例 | ||
/// </summary> | ||
static CQStatusExport () | ||
{ | ||
// 调用方法进行实例化 | ||
ResolveBackcall (); | ||
} | ||
#endregion | ||
|
||
#region --私有方法-- | ||
/// <summary> | ||
/// 读取容器中的注册项, 进行事件分发 | ||
/// </summary> | ||
private static void ResolveBackcall () | ||
{ | ||
} | ||
#endregion | ||
|
||
#region --导出方法-- | ||
#endregion | ||
} | ||
} | ||
/* | ||
* 此文件由T4引擎自动生成, 请勿修改此文件中的代码! | ||
*/ | ||
using System; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
using Native.Core.Domain; | ||
using Native.Sdk.Cqp; | ||
using Native.Sdk.Cqp.EventArgs; | ||
using Native.Sdk.Cqp.Interface; | ||
using Native.Sdk.Cqp.Model; | ||
using Unity; | ||
|
||
namespace Native.App.Export | ||
{ | ||
/// <summary> | ||
/// 表示酷Q状态导出的类 | ||
/// </summary> | ||
public class CQStatusExport | ||
{ | ||
#region --构造函数-- | ||
/// <summary> | ||
/// 由托管环境初始化的 <see cref="CQStatusExport"/> 的新实例 | ||
/// </summary> | ||
static CQStatusExport () | ||
{ | ||
// 调用方法进行实例化 | ||
ResolveBackcall (); | ||
} | ||
#endregion | ||
|
||
#region --私有方法-- | ||
/// <summary> | ||
/// 读取容器中的注册项, 进行事件分发 | ||
/// </summary> | ||
private static void ResolveBackcall () | ||
{ | ||
} | ||
#endregion | ||
|
||
#region --导出方法-- | ||
#endregion | ||
} | ||
} |
Oops, something went wrong.