Пример #1
0
 public TreeChangedEventArgs(TreeEventArgsType type, object oParam)
 {
     this.m_Type = type;
     this.m_oParam = oParam;
 }
Пример #2
0
 public TreeChangedEventArgs(TreeEventArgsType type, object oParam)
 {
     this.m_Type   = type;
     this.m_oParam = oParam;
 }