package $rootnamespace$; import System.Collections.Generic.*; import System.ComponentModel.*; import System.Data.*; import System.Drawing.*; import System.Windows.Forms.*; /** * Summary description for $safeitemrootname$. */ public class $safeitemrootname$ extends System.Windows.Forms.Control { /** * Required designer variable. */ private System.ComponentModel.IContainer components; public $safeitemrootname$() { // Required for Windows.Forms Class Composition Designer support InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // } #region Component Designer generated code /** * Clean up any resources being used. */ protected void Dispose(boolean disposing) { if (disposing) { if (components != null) { components.Dispose(); } } super.Dispose(disposing); } /** * Required method for Designer support - do not modify * the contents of this method with the code editor. */ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); } #endregion protected void OnPaint(PaintEventArgs pe) { // TODO: Add Custom Paint Code Here // Calling the base class OnPaint super.OnPaint(pe); } }