I have created a simple UserControl ( I think !!) here is the code :-
public partial class NamesControl : UserControl
{
public NamesControl()
{
InitializeComponent();
}
What steps are necessary to deploy the control in an application using Visual Studio Express C# 2012?