From: T. T. <te...@gm...> - 2008-11-24 20:00:05
|
Davy just a quick tip Stopwatch.StartNew() will do the same, nothing major, it is even not a minor :) + stopwatch = new Stopwatch(); + stopwatch.Start(); You can use On Mon, Nov 24, 2008 at 9:57 PM, <dav...@us...> wrote: > - stopWath.Start(); > + stopwatch = new Stopwatch(); > + stopwatch.Start(); > -- Tuna Toksöz http://www.tunatoksoz.com Typos included to enhance the readers attention! |