MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The FormGyms dialog displays the available gyms. More...
Public Member Functions | |
FormGyms (GymCollection col=null) | |
The constructor. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
IXMyCaffeGym | SelectedGym [get] |
Returns the selected Gym. More... | |
The FormGyms dialog displays the available gyms.
Definition at line 16 of file FormGyms.cs.
MyCaffe.gym.FormGyms.FormGyms | ( | GymCollection | col = null | ) |
The constructor.
col | Specifies the GymCollection of gyms to display. |
Definition at line 25 of file FormGyms.cs.
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file FormGyms.Designer.cs.
|
get |
Returns the selected Gym.
Definition at line 40 of file FormGyms.cs.