|
| override void | Dispose (bool disposing) |
| | Clean up any resources being used. More...
|
| |
Definition at line 13 of file Recorder.cs.
◆ Recorder()
| BioImager.Recorder.Recorder |
( |
| ) |
|
Definition at line 22 of file Recorder.cs.
23 {
24 InitializeComponent();
25 }
◆ AddLine()
| static void BioImager.Recorder.AddLine |
( |
string |
s | ) |
|
|
static |
Definition at line 16 of file Recorder.cs.
17 {
18 log += s + Environment.NewLine;
19 }
◆ Dispose()
| override void BioImager.Recorder.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file Recorder.Designer.cs.
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
◆ log
| string BioImager.Recorder.log |
|
static |
◆ recorder
| Recorder BioImager.Recorder.recorder = null |
|
static |
◆ recordMicroscope
| bool BioImager.Recorder.recordMicroscope = true |
|
static |
The documentation for this class was generated from the following files: