update nach Schuelererfassung
This commit is contained in:
21
BlazorApp - Kopie (4)/Shared/Common/SampleBaseComponent.cs
Normal file
21
BlazorApp - Kopie (4)/Shared/Common/SampleBaseComponent.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace BlazorApp.Shared
|
||||
{
|
||||
/// <summary>
|
||||
/// A base component to perform common functionalities.
|
||||
/// </summary>
|
||||
public class SampleBaseComponent: ComponentBase
|
||||
{
|
||||
//[Inject]
|
||||
//protected SampleService SampleService { get; set; }
|
||||
|
||||
//protected override void OnAfterRender(bool firstRender)
|
||||
//{
|
||||
// base.OnAfterRender(firstRender);
|
||||
// SampleService.Spinner?.Hide();
|
||||
// SampleService.Spinner?.ShowModalSpinner(false);
|
||||
//}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user