diff options
author | fcolin | 2007-02-01 10:04:39 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:04:39 +0000 |
commit | 8d737772a37a0639df6b2a366256dca9bdf6fb68 (patch) | |
tree | 4d741ed11a8b834ccdea301a73d11c62e3196b4f /CSharp | |
parent | 639b621a74dfa5da09b756f2cee5cde6e4b5cc07 (diff) | |
download | ivy-csharp-8d737772a37a0639df6b2a366256dca9bdf6fb68.zip ivy-csharp-8d737772a37a0639df6b2a366256dca9bdf6fb68.tar.gz ivy-csharp-8d737772a37a0639df6b2a366256dca9bdf6fb68.tar.bz2 ivy-csharp-8d737772a37a0639df6b2a366256dca9bdf6fb68.tar.xz |
Utilisateur : Fcolin Date : 23/01/06 Heure : 18:09 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: (vss 5)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyPerf/IvyPerf.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs index b51f3fd..893a44b 100644 --- a/CSharp/Ivy/IvyPerf/IvyPerf.cs +++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs @@ -11,9 +11,7 @@ namespace IvyPerf class IvyPerf
{
static Ivy bus;
- // manque d'homogeneitee format float en langue US
- static CultureInfo c;
-
+
static double currentTime() // en ms
{
double time;
|