* IStyleInterface:设置为Public,可基于此扩展外部控件

This commit is contained in:
Sunny 2021-05-25 16:14:53 +08:00
parent c35971a016
commit 9b3ce10bb3
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -28,7 +28,7 @@ using System.Windows.Forms;
namespace Sunny.UI
{
internal interface IStyleInterface
public interface IStyleInterface
{
UIStyle Style { get; set; }