From b3a61731cc966619220a21c026b3f31ff5accf08 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:00:49 +0000 Subject: Utilisateur : Fcolin Date : 6/06/06 Heure : 17:47 Archivé dans $/CSharp/Ivy/Ivy Commentaire: ajout accesseur indexe (vss 2) --- CSharp/Ivy/IvyPPC/IvyEventArgs.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CSharp/Ivy/IvyPPC') diff --git a/CSharp/Ivy/IvyPPC/IvyEventArgs.cs b/CSharp/Ivy/IvyPPC/IvyEventArgs.cs index a4f033a..fe0196d 100644 --- a/CSharp/Ivy/IvyPPC/IvyEventArgs.cs +++ b/CSharp/Ivy/IvyPPC/IvyEventArgs.cs @@ -70,6 +70,10 @@ namespace IvyBus { get { return args; } } + public string this[int i] + { + get { return args[i]; } + } public IvyMessageEventArgs(IvyClient app, int id, string[] args) { this.cleint = app; -- cgit v1.1