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

I have to write new "control" and I just start to hate myself and C# because I do not understand why this piece of trivial code cannot work. public partial class TrendViewerControl : Control private System.Timers.Timer myTimer; public TrendViewerControl() { Timer myTimer = new Timer(); myTimer.Interval = TimerDelay; myTimer.Tick += …

Member Avatar for f1 fan
0
115