| View previous topic :: View next topic |
| Author |
Message |
Deleted193960 Master Cheater
Reputation: -1
Joined: 03 Jan 2009 Posts: 348
|
Posted: Mon Feb 23, 2009 7:57 pm Post subject: [GAME] Puke |
|
|
lol
Last edited by Deleted193960 on Mon Feb 23, 2009 7:58 pm; edited 1 time in total |
|
| Back to top |
|
 |
Butters Grandmaster Cheater Supreme
Reputation: 71
Joined: 17 Mar 2007 Posts: 1373
|
Posted: Mon Feb 23, 2009 7:58 pm Post subject: |
|
|
| The.
|
|
| Back to top |
|
 |
^-^ Grandmaster Cheater Supreme
Reputation: 20
Joined: 05 Aug 2008 Posts: 1086
|
Posted: Mon Feb 23, 2009 8:20 pm Post subject: |
|
|
| I lost.
|
|
| Back to top |
|
 |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Mon Feb 23, 2009 8:21 pm Post subject: |
|
|
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Test
{
public partial class f_main : Form
{
public f_main()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void b_hello_Click(object sender, EventArgs e)
{
MessageBox.Show{"Hello World! you clicked on my button!","Info",MessageBoxButtons.OK, MessageBoxIcon.Information};
}
}
}
|
|
| Back to top |
|
 |
|