24 lines
544 B
C#
24 lines
544 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Sin365AIProject_01.Function
|
|
{
|
|
public class haoyue_Training
|
|
{
|
|
//标记类可以被加载
|
|
public static int HaoYueAI_Class = 1;
|
|
//static string HaoYueAI_ClassName = "测试类1";
|
|
|
|
//可添加任意自己的扩展方法
|
|
public static string HaoYueAI_FuncName_GetT1 = "简易名称1";
|
|
|
|
//数据增加
|
|
public void AddDialog(string fristchat,string tochat)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|