Advertisement
Advertisement
| 06.18.2008 at 09:55AM PDT, ID: 23496001 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: |
private void MainForm_Load(object sender, EventArgs e)
{
radioSingleObj.Checked = true;
textBoxMult.Visible = false;
}
|