20 lines
505 B
C#
20 lines
505 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace Common
|
|||
|
|
{
|
|||
|
|
public static class Path
|
|||
|
|
{
|
|||
|
|
//public static string XmlCommentsFilePath
|
|||
|
|
//{
|
|||
|
|
// get
|
|||
|
|
// {
|
|||
|
|
// var basePath = PlatformServices.Default.Application.ApplicationBasePath;
|
|||
|
|
// var fileName = typeof(Startup).GetTypeInfo().Assembly.GetName().Name + ".xml";
|
|||
|
|
// return Path.Combine(basePath, fileName);
|
|||
|
|
// }
|
|||
|
|
//}
|
|||
|
|
}
|
|||
|
|
}
|