#### [DiGi\.GML\.Test](DiGi.GML.Test.Overview.md 'DiGi\.GML\.Test\.Overview')
## DiGi\.GML\.Test Namespace
### Classes
## MainForm Class
```csharp
public class MainForm : System.Windows.Forms.Form
```
Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → [System\.MarshalByRefObject](https://learn.microsoft.com/en-us/dotnet/api/system.marshalbyrefobject 'System\.MarshalByRefObject') → [System\.ComponentModel\.Component](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.component 'System\.ComponentModel\.Component') → [System\.Windows\.Forms\.Control](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control 'System\.Windows\.Forms\.Control') → [System\.Windows\.Forms\.ScrollableControl](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.scrollablecontrol 'System\.Windows\.Forms\.ScrollableControl') → [System\.Windows\.Forms\.ContainerControl](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.containercontrol 'System\.Windows\.Forms\.ContainerControl') → [System\.Windows\.Forms\.Form](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.form 'System\.Windows\.Forms\.Form') → MainForm
### Constructors
## MainForm\(\) Constructor
Initializes a new instance of the [MainForm](DiGi.GML.Test.md#DiGi.GML.Test.MainForm 'DiGi\.GML\.Test\.MainForm') class and initializes the form components\.
```csharp
public MainForm();
```
### Fields
## MainForm\.components Field
Required designer variable\.
```csharp
private IContainer components;
```
#### Field Value
[System\.ComponentModel\.IContainer](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.icontainer 'System\.ComponentModel\.IContainer')
### Methods
## MainForm\.Dispose\(bool\) Method
Clean up any resources being used\.
```csharp
protected override void Dispose(bool disposing);
```
#### Parameters
`disposing` [System\.Boolean](https://learn.microsoft.com/en-us/dotnet/api/system.boolean 'System\.Boolean')
true if managed resources should be disposed; otherwise, false\.
## MainForm\.InitializeComponent\(\) Method
Required method for Designer support \- do not modify
the contents of this method with the code editor\.
```csharp
private void InitializeComponent();
```
## Program Class
```csharp
internal static class Program
```
Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → Program
### Methods
## Program\.Main\(\) Method
The main entry point for the application\.
```csharp
private static void Main();
```