public static Assembly CurrentAssembly
{
get
{
return Assembly.GetExecutingAssembly();
}
}

相关文章: