private void Connection_Error_FormClosed(object sender, FormClosedEventArgs e)
{
msgtime.Stop();
msgtime.Tick -= new EventHandler(msgtime_Tick);
msgtime.Dispose();
this.Dispose();
}
Is that acceptable and should you be that scared of these things in C# or what's the deal?

New Topic/Question
Reply


MultiQuote







|