Added the create project method
This commit is contained in:
parent
d5d4833026
commit
8b044dd7f6
@ -38,5 +38,5 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
<button class="btn btn-secondary" type="button">Create project</button>
|
||||
<button class="btn btn-secondary" type="button" @onclick="this.CreateProject">Create project</button>
|
||||
</Assistant>
|
@ -47,4 +47,9 @@ public partial class LoadProject
|
||||
return Task.CompletedTask;
|
||||
#endif
|
||||
}
|
||||
|
||||
private Task CreateProject()
|
||||
{
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user