first commit
This commit is contained in:
16
EmoneyInteceptor/Fiddler/Interfaces/IFiddlerLayout.cs
Normal file
16
EmoneyInteceptor/Fiddler/Interfaces/IFiddlerLayout.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace EmoneyInteceptor.Fiddler.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 为插件提供 fiddler 布局相关的支持
|
||||
/// </summary>
|
||||
internal interface IFiddlerLayout
|
||||
{
|
||||
/// <summary>
|
||||
/// fiddler tab view 尺寸变化时调用。
|
||||
/// </summary>
|
||||
/// <param name="size"></param>
|
||||
void OnTabViewSizeChanged(Size size);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user