Merge Common to Desktop
This commit is contained in:
parent
26915defe1
commit
e9c6e14965
40 changed files with 447 additions and 282 deletions
13
app/InkForge.Desktop/Views/WorkspaceView.axaml
Normal file
13
app/InkForge.Desktop/Views/WorkspaceView.axaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<UserControl xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:reactiveui="http://reactiveui.net"
|
||||
xmlns:vm="using:InkForge.Desktop.ViewModels"
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:Class="InkForge.Desktop.Views.WorkspaceView"
|
||||
x:DataType="vm:WorkspaceViewModel">
|
||||
Welcome to Avalonia!
|
||||
</UserControl>
|
||||
Loading…
Add table
Add a link
Reference in a new issue