3 partial class MyCaffeGymControl
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components !=
null))
20 base.Dispose(disposing);
23 #region Component Designer generated code
29 private void InitializeComponent()
35 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
36 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
37 this.DoubleBuffered =
true;
38 this.Name =
"MyCaffeGymControl";
39 this.Size =
new System.Drawing.Size(308, 312);
40 this.Load +=
new System.EventHandler(this.MyCaffeGymControl_Load);
41 this.Paint +=
new System.Windows.Forms.PaintEventHandler(this.MyCaffeGymControl_Paint);
42 this.Resize +=
new System.EventHandler(this.MyCaffeGymControl_Resize);
43 this.ResumeLayout(
false);
override void Dispose(bool disposing)
Clean up any resources being used.
The MyCaffe.gym namespace contains all classes related to the Gym's supported by MyCaffe.