예제 #1
0
 public static void Start()
 {
    ProcColorChanged = new GlobalDelegates.Delegate5(ColorChanged);
    global = MaxInterfaces.Global;
    global.RegisterNotification(ProcColorChanged, null, ColorTags.TagChanged);
 }