DotNet 4.8.1 build of DotNetBar
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Drawing;
|
||||
|
||||
namespace DevComponents.DotNetBar.Rendering
|
||||
{
|
||||
internal abstract class NavigationPanePainter
|
||||
{
|
||||
public abstract void PaintButtonBackground(NavPaneRenderEventArgs e);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user