diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Computer.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Computer.Designer.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Computer.Designer.cs b/source/WindowsFormsApplication1/Computer.Designer.cs index 622cd09..4157592 100644 --- a/source/WindowsFormsApplication1/Computer.Designer.cs +++ b/source/WindowsFormsApplication1/Computer.Designer.cs @@ -13,6 +13,10 @@ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { + if(this.HealthTimer != null) + { + this.HealthTimer.Stop(); + } if (disposing && (components != null)) { components.Dispose(); |
