标签: c# wpf visual-studio
我在Visual Studio的WPF项目的[assembly: Guid("5912974a-097e-4151-87b9-e217661bd8f0")]中声明了此GUID:AssemblyInfo.cs。
[assembly: Guid("5912974a-097e-4151-87b9-e217661bd8f0")]
AssemblyInfo.cs
我想在我的代码中使用它。有没有一种方法,而不必像string GUID = "5912974a-097e-4151-87b9-e217661bd8f0"那样重新声明变量?
string GUID = "5912974a-097e-4151-87b9-e217661bd8f0"