mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Use decompiled Styles.uix
This commit is contained in:
@@ -547,8 +547,12 @@ namespace Microsoft.Zune.Shell
|
|||||||
++num;
|
++num;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num > 0)
|
if (num > 0)
|
||||||
|
{
|
||||||
|
Debug.WriteLine(str);
|
||||||
throw new ZuneShellException("Internal Zune Shell error", $"Scripting errors encountered (Process ID) = {Process.GetCurrentProcess().Id.ToString(CultureInfo.InvariantCulture)}\n\n{str}");
|
throw new ZuneShellException("Internal Zune Shell error", $"Scripting errors encountered (Process ID) = {Process.GetCurrentProcess().Id.ToString(CultureInfo.InvariantCulture)}\n\n{str}");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static bool CanAddMedia(IList filenames, MediaType mediaType, CanAddMediaArgs args)
|
internal static bool CanAddMedia(IList filenames, MediaType mediaType, CanAddMediaArgs args)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user