10 lines
171 B
C#
Executable File
10 lines
171 B
C#
Executable File
namespace Lab4_2_CalebFontenot
|
|
{
|
|
public partial class Form1 : Form
|
|
{
|
|
public Form1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |