Exemplo n.º 1
0
 public static void Default_0_FlushCacheInWindows()
 {
     if (!Runtime.Platform.IsWindows)
     {
         return;
     }
     Assert.True(ShellIcon.FlushCache());
 }