DotNet 4.8.1 build of DotNetBar
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DevComponents.DotNetBar.Rendering
|
||||
{
|
||||
internal class SwitchButtonPainter
|
||||
{
|
||||
/// <summary>
|
||||
/// Paints SwitchButton.
|
||||
/// </summary>
|
||||
/// <param name="e">Provides arguments for the operation.</param>
|
||||
public virtual void Paint(SwitchButtonRenderEventArgs e) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user