Test compile 4 WBuild
This commit is contained in:
@@ -107,26 +107,26 @@
|
||||
[Parameter]
|
||||
public EventCallback<bool> EC_Close { get; set; }
|
||||
|
||||
|
||||
[Parameter]
|
||||
public List<TemplateKitModel>? ListTK { get; set; } = null;
|
||||
public List<ODLExpModel>? ListODL { get; set; } = null;
|
||||
|
||||
[Parameter]
|
||||
public List<PODLExpModel>? ListPODL { get; set; } = null;
|
||||
|
||||
[Parameter]
|
||||
public List<ODLExpModel>? ListODL { get; set; } = null;
|
||||
public List<TemplateKitModel>? ListTK { get; set; } = null;
|
||||
|
||||
protected override void OnParametersSet()
|
||||
{
|
||||
numTempKit = ListTK != null ? ListTK.Count() : 0;
|
||||
numIstKit = ListPODL != null ? ListPODL.Count() : 0;
|
||||
}
|
||||
private int numTempKit = 0;
|
||||
private int numIstKit = 0;
|
||||
|
||||
protected async void ReqClose()
|
||||
{
|
||||
await EC_Close.InvokeAsync(true);
|
||||
}
|
||||
|
||||
private int numTempKit = 0;
|
||||
private int numIstKit = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user