コード例 #1
0
 public void Log(object sender, ArgumentosDoEvento e)
 {
     Console.WriteLine(String.Format("Msg chegou {0}", e.msg));
 }
コード例 #2
0
 protected virtual void OnChegouMsg(ArgumentosDoEvento e)
 {
     if (ChegouMsg != null) ChegouMsg(this, e);
 }