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
~108 People Reached
Favorite Forums
Member Avatar for snareklutz

Hi, I'm new here and to c#. I have this minor problem with c#. Heres the code (simplified): [CODE=C#]public partial class Form1 : Form { static System.Timers.Timer myTimer; static Manager manager; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { manager = new TorrentManager(); System.Timers.Timer myTimer = …

Member Avatar for Ramy Mahrous
0
106