Ejemplo n.º 1
0
        private async void reinstallCleanBtn_Click(object sender, EventArgs e)
        {
            ShippedFiles.Uninstall(false);
            await ShippedFiles.Install();

            BringToFront();
        }
Ejemplo n.º 2
0
        private async void reinstallOverwriteBtn_Click(object sender, EventArgs e)
        {
            await ShippedFiles.Install();

            BringToFront();
        }