internal static void RegisterEditor(DataNodeEditorAttribute attr, Type type)
 {
     RegisterEditor(attr.NodeClass, type);
 }
Exemple #2
0
 internal static void RegisterEditor(DataNodeEditorAttribute attr, Type type)
 {
     RegisterEditor(attr.NodeClass, type);
 }