15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
<h3>MachineBlock</h3>
|
|
|
|
@code {
|
|
|
|
|
|
|
|
[Parameter]
|
|
public string? Title { get; set; }
|
|
|
|
private bool DoPlaceholder
|
|
{
|
|
get => Title == null;
|
|
}
|
|
}
|