Batch Update
This commit is contained in:
parent
693d12b61c
commit
4c2b5cca93
32 changed files with 483 additions and 332 deletions
11
app/InkForge.Desktop/Views/Tools/WorkspaceTool.axaml.cs
Normal file
11
app/InkForge.Desktop/Views/Tools/WorkspaceTool.axaml.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Avalonia.ReactiveUI;
|
||||
|
||||
namespace InkForge.Desktop.Views.Tools;
|
||||
|
||||
public partial class WorkspaceTool : ReactiveUserControl<ViewModels.Tools.WorkspaceTool>
|
||||
{
|
||||
public WorkspaceTool()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue