I18NCommander/I18N Commander/UI MAUI/Pages/Index.razor

8 lines
215 B
Plaintext
Raw Normal View History

2022-08-08 19:18:39 +00:00
@page "/"
<h1>Hello, world!</h1>
<button class="btn btn-primary" @onclick="this.OpenFile">Open a project</button>
<button class="btn btn-primary" @onclick="this.System">System</button>
<div>@label</div>