11 lines
192 B
C#
11 lines
192 B
C#
|
namespace GasStation
|
||
|
{
|
||
|
public partial class FormGasStation : System.Windows.Forms.Form
|
||
|
{
|
||
|
public FormGasStation()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|
||
|
}
|