mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Cleanup
This commit is contained in:
@@ -178,6 +178,14 @@ namespace GHelper
|
|||||||
|
|
||||||
ToggleNavigation(0);
|
ToggleNavigation(0);
|
||||||
|
|
||||||
|
FormClosed += Fans_FormClosed;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Fans_FormClosed(object? sender, FormClosedEventArgs e)
|
||||||
|
{
|
||||||
|
//Because windows charts seem to eat a lot of memory :(
|
||||||
|
GC.Collect(GC.MaxGeneration, GCCollectionMode.Forced);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CheckApplyUV_Click(object? sender, EventArgs e)
|
private void CheckApplyUV_Click(object? sender, EventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user