14 lines
216 B
C#
14 lines
216 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner.BookLiberation
|
|
{
|
|
public partial class NoLongerAvailableForm : Form
|
|
{
|
|
public NoLongerAvailableForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|