-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.GML.Test
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
public class MainForm : System.Windows.Forms.FormInheritance System.Object → System.MarshalByRefObject → System.ComponentModel.Component → System.Windows.Forms.Control → System.Windows.Forms.ScrollableControl → System.Windows.Forms.ContainerControl → System.Windows.Forms.Form → MainForm
Initializes a new instance of the MainForm class and initializes the form components.
public MainForm();Required designer variable.
private IContainer components;System.ComponentModel.IContainer
Clean up any resources being used.
protected override void Dispose(bool disposing);disposing System.Boolean
true if managed resources should be disposed; otherwise, false.
Required method for Designer support - do not modify the contents of this method with the code editor.
private void InitializeComponent();internal static class ProgramInheritance System.Object → Program
The main entry point for the application.
private static void Main();