Exemplo n.º 1
0
 public void RemoveHandler(events.ProjectSavingEvent d)
 {
     if (d != null)
     {
         m_ProjectSaving -= d;
     }
 }
Exemplo n.º 2
0
 public void AddHandler(events.ProjectSavingEvent d)
 {
     if (d != null)
     {
         m_ProjectSaving += d;
     }
 }