using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace $rootnamespace$ { public partial class $safeitemrootname$: Control { public $safeitemrootname$() { InitializeComponent(); } protected override void OnPaint(PaintEventArgs pe) { // TODO: Add custom paint code here // Calling the base class OnPaint base.OnPaint(pe); } } }