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.OpenInTab Class Reference
Inheritance diagram for BioImager.OpenInTab:

Protected Member Functions

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

Detailed Description

Definition at line 4 of file OpenInTab.Designer.cs.

Constructor & Destructor Documentation

◆ OpenInTab()

BioImager.OpenInTab.OpenInTab ( )

Definition at line 15 of file OpenInTab.cs.

16 {
17 InitializeComponent();
18 }

Member Function Documentation

◆ Dispose()

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

Clean up any resources being used.

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

Definition at line 15 of file OpenInTab.Designer.cs.

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

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