BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
BioImager.About Class Reference
Inheritance diagram for BioImager.About:

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.
 

Detailed Description

Definition at line 3 of file About.Designer.cs.

Constructor & Destructor Documentation

◆ About()

BioImager.About.About ( )

Definition at line 16 of file About.cs.

17 {
18 InitializeComponent();
19 #if DEBUG
20 MessageBox.Show("Application is running in Debug mode.");
21 #endif
22 versionLabel.Text = "Version: " + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
23 }

Member Function Documentation

◆ Dispose()

override void BioImager.About.Dispose ( bool disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file About.Designer.cs.

15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }

The documentation for this class was generated from the following files: