Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~837 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for hkBattousai

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 ex1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); stop.Visible = false; } private void start_Click(object sender, EventArgs e) { stop.Visible = true; start.Visible = false; } private void …

Member Avatar for suganyavasudev
0
837

The End.