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