12 lines
187 B
C#
12 lines
187 B
C#
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace Database3
|
|||
|
{
|
|||
|
public partial class frmEdit : Form
|
|||
|
{
|
|||
|
public frmEdit()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|