14 lines
248 B
C#
14 lines
248 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner
|
|
{
|
|
public partial class WebsiteProcessorControl : UserControl
|
|
{
|
|
public WebsiteProcessorControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|