protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } if (ToastConfig != null) { ToastConfig.Dispose(); } if (textFont != null) { textFont.Dispose(); } base.Dispose(disposing); }