Skip to content

Commit

Permalink
Import Cookie Tool fix
Browse files Browse the repository at this point in the history
+ changing host feature for GET-request
  • Loading branch information
Maxx53 committed Oct 5, 2014
1 parent 6a61e2c commit 8f4cab5
Show file tree
Hide file tree
Showing 14 changed files with 2,392 additions and 2,201 deletions.
33 changes: 33 additions & 0 deletions scr/SCMBot/CookieFrm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions scr/SCMBot/CookieFrm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public partial class CookieFrm : Form
public const string sesid = "sessionid";
public const string webtrade = "webTradeEligibility";
public const string stlog = "steamLogin";
public const string machauth = "steamMachineAuth";
public const string sec = "steamLoginSecure";

public CookieFrm()
{
Expand All @@ -16,12 +18,19 @@ public CookieFrm()
label1.Text = sesid;
label2.Text = webtrade;
label3.Text = stlog;
label4.Text = machauth;
label5.Text = sec;
}

private void button1_Click(object sender, EventArgs e)
{
this.DialogResult = DialogResult.OK;
return;
}

private void CookieFrm_Load(object sender, EventArgs e)
{

}
}
}
Loading

0 comments on commit 8f4cab5

Please sign in to comment.