Esempio n. 1
0
        private void btnReload_Click(object sender, EventArgs e)
        {
            IAddon notifications = AddonManager.GetAddon("Notifications");

            notifications.Dispose();
            notifications.Initialize();
        }