From: Davy B. <ra...@da...> - 2008-11-25 14:54:56
|
ah ok :) On Mon, Nov 24, 2008 at 8:59 PM, Tuna Toksöz <te...@gm...> wrote: > 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! > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Nhibernate-commit mailing list > Nhi...@li... > https://lists.sourceforge.net/lists/listinfo/nhibernate-commit > > |