mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-30 16:51:27 -05:00
14 lines
198 B
C#
14 lines
198 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner.BookLiberation
|
|
{
|
|
public partial class DownloadForm : Form
|
|
{
|
|
public DownloadForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|