mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-02 05:55:59 -05:00
14 lines
250 B
C#
14 lines
250 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner.BookLiberation
|
|
{
|
|
public partial class AutomatedBackupsForm : Form
|
|
{
|
|
public AutomatedBackupsForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|