mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-01-10 02:14:51 +08:00
test
This commit is contained in:
@@ -24,7 +24,7 @@ namespace ConsoleApp1
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string PluginName { get { return GetValue<string>(); } set { SetValue(value); } }
|
public string PluginName { get { return GetValue<string>(); } set { SetValue(value); } }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 关闭插件
|
/// 关闭插件
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual void Close()
|
public virtual void Close()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user