加入專案檔案。
This commit is contained in:
10
CoreProfilerExample.Common/Constants/WeatherConstant.cs
Normal file
10
CoreProfilerExample.Common/Constants/WeatherConstant.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace CoreProfilerExample.Common.Constants
|
||||
{
|
||||
public static class WeatherConstant
|
||||
{
|
||||
public readonly static string[] WeatherSummaries =
|
||||
[
|
||||
"Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching"
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user