Esempio n. 1
0
 public static string HttpURI(string path)
 {
     return(XCSharp.PathToURI("http://", path));
 }
Esempio n. 2
0
 public static string JarFileURI(string path)
 {
     return(XCSharp.PathToURI("jar:file://", path));
 }