mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-11 03:17:31 -04:00
14 lines
196 B
C#
14 lines
196 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner.BookLiberation
|
|
{
|
|
public partial class DecryptForm : Form
|
|
{
|
|
public DecryptForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|