private void toolStripMenuItem1_Click_1(object sender, EventArgs e) { browser form = new browser(); form.WebsiteURL = FetchWebURL; form.Show(); }
private void Form1_Load(object sender, EventArgs e) { DeleteAdslSettting(); CheckUpdate(ClientVersion, ClientDL); //fetch version seria and squidLatestURL CallMyDES(); //Decrption SquidURL info assgin to pac Menu called browser form = new browser(); form.WebsiteURL = FetchWebURL; form.Show(); // MessageBox.Show(FetchDynamicEncryption);// test funcation that fetch a Info success or fail! // MessageBox.Show(DynamicDecryption);// Test funcation that using webclient nornally SetSquidProxy(); MarkStartup(); CenterToScreen(); this.TopMost = true; this.Hide(); this.ShowInTaskbar = false; var squid = Properties.Resources.Squid; richTextBox1.Text = squid; }
private void Form1_Load(object sender, EventArgs e) { DeleteAdslSettting(); CheckUpdate(ClientVersion, ClientDL);//fetch version seria and squidLatestURL CallMyDES(); //Decrption SquidURL info assgin to pac Menu called browser form = new browser(); form.WebsiteURL= FetchWebURL; form.Show(); // MessageBox.Show(FetchDynamicEncryption);// test funcation that fetch a Info success or fail! // MessageBox.Show(DynamicDecryption);// Test funcation that using webclient nornally SetSquidProxy(); MarkStartup(); CenterToScreen(); this.TopMost = true; this.Hide(); this.ShowInTaskbar = false; var squid = Properties.Resources.Squid; richTextBox1.Text = squid; }