diff options
author | fcolin | 2007-02-01 09:55:42 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:55:42 +0000 |
commit | b61cb9d5b95a94abf550d718e6bf717ec007b97e (patch) | |
tree | 344f39516bb3f88d14762af0a6ee9fe24e0093a3 /CSharp/Ivy/IvyPPC/Ivy.cs | |
parent | 4adecce965ffd9b2796f7a50c3acc893e284be06 (diff) | |
download | ivy-csharp-b61cb9d5b95a94abf550d718e6bf717ec007b97e.zip ivy-csharp-b61cb9d5b95a94abf550d718e6bf717ec007b97e.tar.gz ivy-csharp-b61cb9d5b95a94abf550d718e6bf717ec007b97e.tar.bz2 ivy-csharp-b61cb9d5b95a94abf550d718e6bf717ec007b97e.tar.xz |
Utilisateur : Fcolin Date : 8/02/06 Heure : 17:19 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 53)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/Ivy.cs')
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index 276825f..f6eef1a 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/Ivy.cs @@ -360,7 +360,7 @@ namespace IvyBus #if (PocketPC)
handler = null; // TODO
#else
- handler = (MessageHandler)Delegate.CreateDelegate(typeof(MessageHandler), m)
+ handler = (MessageHandler)Delegate.CreateDelegate(typeof(MessageHandler), m);
#endif
bindMsg(attr.GetExpression(null), handler);
}
|