Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- using Volo.Abp.Bundling;
-
- namespace Himp.TaskScheduling.Blazor.Host.Client;
-
- public class TaskSchedulingBlazorHostBundleContributor : IBundleContributor
- {
- public void AddScripts(BundleContext context)
- {
-
- }
-
- public void AddStyles(BundleContext context)
- {
- context.Add("main.css", true);
- }
- }
|