public static void Init()
        {
            // my only purpose is to exist so when called
            // this dll doesn't get removed

            VisualMarker.RegisterMaterial();
        }
Example #2
0
        public static void Init()
        {
            // my only purpose is to exist so when called
            // this dll doesn't get removed

            VisualMarker.RegisterMaterial();
            MColors.Current = MaterialColors.Light.CreateColorScheme();
        }