mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-24 21:59:47 -05: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();
|
|
}
|
|
}
|
|
}
|