コード例 #1
0
        public static void Init()
        {
            // my only purpose is to exist so when called
            // this dll doesn't get removed

            VisualMarker.RegisterMaterial();
        }
コード例 #2
0
ファイル: FormsMaterial.cs プロジェクト: yy520a/Xamarin.Forms
        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();
        }