Exemple #1
0
 public void RemoveEvent(ImoetAction ImoetDelegate)
 {
     m_list.Remove(ImoetDelegate);
 }
Exemple #2
0
 public void AddEvent(ImoetAction ImoetDelegate)
 {
     m_list.Add(ImoetDelegate);
 }