Beispiel #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     MessageBox.Show("Please keep this window focused while it reads your friend list. When the numbers in the window title start changing, you are safe to do other things.");
     cs = new CleanerShrimp(this, webBrowser1);
     cs.login(email, pass);
     webBrowser1.Navigated += webBrowser1_Navigated;
 }
Beispiel #2
0
 public List(Form1 form, WebBrowser wb, Dictionary<string, string> names)
 {
     InitializeComponent();
     this.cs = new CleanerShrimp(form, wb);
     this.names = names;
 }