Nama:Tommy Diri Veto Aginta NIM:8020170268 KELAS:06PT4
Nama:Tommy Diri Veto Aginta NIM:8020170268 KELAS:06PT4
Nama:Tommy Diri Veto Aginta NIM:8020170268 KELAS:06PT4
NIM :8020170268
KELAS:06PT4
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
radioButton1.Checked = false;
radioButton2.Checked = false;
comboBox1.SelectedIndex = -1;
listBox1.SelectedIndex = -1;
label13.Text = "0";
textBox1.Focus();
}