13 lines
273 B
C#
13 lines
273 B
C#
![]() |
using Microsoft.AspNetCore.Components;
|
||
|
|
||
|
namespace antblazorpro.Pages.Dashboard.Analysis
|
||
|
{
|
||
|
public partial class Trend
|
||
|
{
|
||
|
[Parameter]
|
||
|
public RenderFragment ChildContent { get; set; }
|
||
|
|
||
|
[Parameter]
|
||
|
public string Flag { get; set; }
|
||
|
}
|
||
|
}
|