|
| override void | Dispose (bool disposing) |
| | Clean up any resources being used. More...
|
| |
Definition at line 18 of file Resolutions.cs.
◆ Resolutions()
| BioImager.Resolutions.Resolutions |
( |
List< Resolution > |
res | ) |
|
Definition at line 26 of file Resolutions.cs.
27 {
28 InitializeComponent();
29 foreach (var item in res)
30 {
31 resBox.Items.Add(item);
32 }
33 }
◆ Dispose()
| override void BioImager.Resolutions.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 15 of file Resolutions.Designer.cs.
16 {
17 if (disposing && (components != null))
18 {
19 components.Dispose();
20 }
21 base.Dispose(disposing);
22 }
◆ Resolution
| int BioImager.Resolutions.Resolution |
|
get |
The documentation for this class was generated from the following files: