11 lines
424 B
Plaintext
11 lines
424 B
Plaintext
<div class="my-component">
|
|
<h3>Prova componente</h3>
|
|
This component is defined in the <strong>WebWindowConfigurator</strong> library.
|
|
<div>
|
|
<i>questo ci serve come segnaposto x generare il componente di disegno delle finestre</i>
|
|
</div>
|
|
<button class="btn btn-lg btn-primary" @onclick="DoSave">Save</button>
|
|
<button class="btn btn-lg btn-primary" @onclick="DoClose">Close</button>
|
|
</div>
|
|
|