6 references to ResourceManager
Aspire.Dashboard (6)
Resources\Commands.Designer.cs (6)
68
return
ResourceManager
.GetString("RestartCommandDisplayDescription", resourceCulture);
77
return
ResourceManager
.GetString("RestartCommandDisplayName", resourceCulture);
86
return
ResourceManager
.GetString("StartCommandDisplayDescription", resourceCulture);
95
return
ResourceManager
.GetString("StartCommandDisplayName", resourceCulture);
104
return
ResourceManager
.GetString("StopCommandDisplayDescription", resourceCulture);
113
return
ResourceManager
.GetString("StopCommandDisplayName", resourceCulture);