icustomprotocoloptions.cs
来自「Gibphone is CSharp Program, it can tell 」· CS 代码 · 共 19 行
CS
19 行
using System;
using System.Collections.Generic;
using System.Text;
namespace GPCore.Protocols
{
/// <summary>
/// An interface to have Custom Options for Protocol Creation.
/// Currently it only has one thing but it will be extended as needed
/// </summary>
public interface ICustomProtocolOptions : IProtocol
{
/// <summary>
/// Returns an instance of A UserControl inherited from <see cref="ProtocolPanel"></see>
/// to add more options to the it
/// </summary>
ProtocolPanel CustomProtocolPanel { get;}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?