Skip to content

DiGi.GML.Test

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.GML.Test Namespace

Classes

MainForm Class

public class MainForm : System.Windows.Forms.Form

Inheritance System.ObjectSystem.MarshalByRefObjectSystem.ComponentModel.ComponentSystem.Windows.Forms.ControlSystem.Windows.Forms.ScrollableControlSystem.Windows.Forms.ContainerControlSystem.Windows.Forms.Form → MainForm

Constructors

MainForm() Constructor

Initializes a new instance of the MainForm class and initializes the form components.

public MainForm();

Fields

MainForm.components Field

Required designer variable.

private IContainer components;

Field Value

System.ComponentModel.IContainer

Methods

MainForm.Dispose(bool) Method

Clean up any resources being used.

protected override void Dispose(bool disposing);

Parameters

disposing 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.

private void InitializeComponent();

Program Class

internal static class Program

Inheritance System.Object → Program

Methods

Program.Main() Method

The main entry point for the application.

private static void Main();

Clone this wiki locally