mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-07 00:18:37 -05:00
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();
|
|
}
|
|
}
|
|
}
|