Started CreateApplication.razor

This commit is contained in:
2024-09-06 10:05:59 +03:00
parent 70c989bee2
commit 53d5758527
28 changed files with 208 additions and 105 deletions

View File

@@ -9,7 +9,7 @@
[Parameter]
public RenderFragment? ChildContent { get; set; }
public string StatusText { get; set; } = string.Empty;
public string StatusText { get; private set; } = string.Empty;
public void SetMessage(string message)
{