#region Using directives
using System;
using System.ComponentModel;
using System.Collections;
using System.Diagnostics;
#endregion
namespace $rootnamespace$
{
///
/// Summary description for $safeitemrootname$.
///
public class $safeitemrootname$ : System.ComponentModel.Component
{
public $safeitemrootname$()
{
///
/// Required for Windows.Forms Class Composition Designer support
///
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
}
#endregion
}
}