private void btnReload_Click(object sender, EventArgs e) { IAddon notifications = AddonManager.GetAddon("Notifications"); notifications.Dispose(); notifications.Initialize(); }