using System;
using System.Collections.Generic;
using System.Text;
namespace DevComponents.DotNetBar.Rendering
{
    internal class SwitchButtonPainter
    {
        /// 
        /// Paints SwitchButton.
        /// 
        /// Provides arguments for the operation.
        public virtual void Paint(SwitchButtonRenderEventArgs e) { }
    }
}