コード例 #1
0
ファイル: Program.cs プロジェクト: itcthienkhiem/ImageViewer
        private static void OnPluginProgress(object sender, PluginLoadedEventArgs e)
        {
            Platform.CheckForNullReference(e, "e");
#if !MONO
            SplashScreenManager.SetStatus(e.Message);
            if (e.PluginAssembly != null)
            {
                SplashScreenManager.AddAssemblyIcon(e.PluginAssembly);
            }
#endif
        }