mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-08-20 00:44:27 +08:00
test
This commit is contained in:
parent
0c53d50e29
commit
8458185abf
@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user