public static Assembly CurrentAssembly
{
get
{
return Assembly.GetExecutingAssembly();
}
}
转载于:https://www.cnblogs.com/mibing/p/7345867.html
public static Assembly CurrentAssembly
{
get
{
return Assembly.GetExecutingAssembly();
}
}
转载于:https://www.cnblogs.com/mibing/p/7345867.html