KerbalDataViewModel Dispose Method KerbalEdit - Take control of your KSP Data!
Disposes of object and it's child instances

Namespace: KerbalEdit.ViewModels
Assembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Dispose()

Implements

OnlineIDisposable Dispose 
Remarks

This is part of an attempt to handle a memory leak with the view model pattern at present, this is to be corrected and removed.

See Also