Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IrisClasson committed May 2, 2013
0 parents commit b5f6a09
Show file tree
Hide file tree
Showing 26 changed files with 892 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Leap_WPF.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leap_WPF", "Leap_WPF\Leap_WPF.csproj", "{88EDCF21-6A6E-4F2B-989B-BCA455DA2593}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88EDCF21-6A6E-4F2B-989B-BCA455DA2593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88EDCF21-6A6E-4F2B-989B-BCA455DA2593}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88EDCF21-6A6E-4F2B-989B-BCA455DA2593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88EDCF21-6A6E-4F2B-989B-BCA455DA2593}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added Leap_WPF.v11.suo
Binary file not shown.
6 changes: 6 additions & 0 deletions Leap_WPF/App.config
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>
8 changes: 8 additions & 0 deletions Leap_WPF/App.xaml
@@ -0,0 +1,8 @@
<Application x:Class="Leap_WPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>
17 changes: 17 additions & 0 deletions Leap_WPF/App.xaml.cs
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace Leap_WPF
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}
Binary file added Leap_WPF/Assets/cat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Leap_WPF/Assets/cloud.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Leap_WPF/Assets/computer-mouse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Leap_WPF/Assets/grass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Leap_WPF/Assets/mouse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Leap_WPF/Assets/sweden_flag_with_flagpole_640.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
133 changes: 133 additions & 0 deletions Leap_WPF/Leap_WPF.csproj
@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{88EDCF21-6A6E-4F2B-989B-BCA455DA2593}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Leap_WPF</RootNamespace>
<AssemblyName>Leap_WPF</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="LeapCSharp.NET4.0, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\LeapCSharp.NET4.0.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="Model\GameModel.cs" />
<Compile Include="Util\CalculationHelper.cs" />
<Compile Include="Util\CustomListener.cs" />
<Compile Include="Util\LeapAsMouse.cs" />
<Compile Include="Util\LeapGestures.cs" />
<Compile Include="ViewModel\MainViewModel.cs" />
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\mouse.png" />
<Resource Include="Assets\sweden_flag_with_flagpole_640.png" />
<Resource Include="Assets\grass.png" />
<Resource Include="Assets\cat.png" />
<Resource Include="Assets\cloud.png" />
<Resource Include="Assets\computer-mouse.png" />
<Content Include="Leap.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="LeapCSharp.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="LeapCSharp.NET4.0.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
6 changes: 6 additions & 0 deletions Leap_WPF/Leap_WPF.csproj.user
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>
77 changes: 77 additions & 0 deletions Leap_WPF/MainWindow.xaml
@@ -0,0 +1,77 @@
<Window x:Class="Leap_WPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="3*"/>
<RowDefinition Height="4*"/>
</Grid.RowDefinitions>
<Grid.Background>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FF70ECFF"/>
<GradientStop Color="#FFEFEFEF" Offset="0.629"/>
</LinearGradientBrush>
</Grid.Background>
<Grid VerticalAlignment="Top" HorizontalAlignment="Right">
<Viewbox Margin="10">
<Grid>
<Grid Width="256" Height="256" Visibility="Collapsed" />
<Path Data="M28.090034,54.647989C29.150525,54.797991 30.231027,54.878988 31.341542,54.878988 32.442052,54.878988 33.522553,54.797991 34.583045,54.647989L34.583045,59.419989C34.583045,61.212984 33.132371,62.665983 31.341542,62.665983 29.540708,62.665983 28.090034,61.212984 28.090034,59.419989z M45.621133,49.974001L48.001607,54.178232C48.88178,55.738317 48.33167,57.720423 46.771359,58.604471 45.211049,59.485521 43.230655,58.93749 42.340478,57.377405L39.99001,53.208178C42.020413,52.393133,43.91079,51.300074,45.621133,49.974001z M16.576985,49.600988C18.246387,50.971003,20.115716,52.112017,22.124995,52.979025L19.655881,57.08407C18.736211,58.622087 16.736928,59.119093 15.207476,58.196085 13.668029,57.272074 13.168208,55.28005 14.097875,53.742033z M53.039144,40.082993L57.297948,42.537031C58.847512,43.432045 59.377362,45.419073 58.487611,46.971098 57.587865,48.526121 55.608422,49.060129 54.04886,48.165117L49.830045,45.73308C51.149674,44.022055,52.229371,42.121023,53.039144,40.082993z M9.538888,39.836002C10.319155,41.885145,11.379516,43.797281,12.669957,45.523401L8.4285102,47.905569C6.8679781,48.782629 4.8873029,48.225588 4.0070024,46.661482 3.1267023,45.097372 3.6868935,43.119232 5.2474251,42.241171z M54.389985,28.086994L59.417539,28.086994C61.21666,28.086994 62.665956,29.539991 62.665956,31.332989 62.665956,33.126986 61.21666,34.579983 59.417539,34.579983L54.449956,34.579983C54.579892,33.590984 54.649858,32.585987 54.649858,31.560989 54.649858,30.38199 54.559903,29.220993 54.389985,28.086994z M3.2488108,28.086994L8.2769711,28.086994C8.107033,29.220993 8.017066,30.38199 8.0170658,31.561989 8.017066,32.585987 8.0870404,33.588985 8.2169933,34.579983L3.2488108,34.579983C1.459466,34.579983 0,33.126986 0,31.332989 0,29.539991 1.459466,28.086994 3.2488108,28.086994z M55.788415,14.3473C56.939191,14.331475 58.063973,14.930537 58.668897,16.005085 59.538789,17.569067 58.988858,19.549041 57.419053,20.425031L52.9796,22.913999C52.169702,20.881024,51.079835,18.989048,49.750001,17.28307L54.249444,14.763102C54.736882,14.48873,55.265332,14.354494,55.788415,14.3473z M7.0836725,14.069998C7.606946,14.082947,8.1339405,14.222865,8.6179953,14.502232L13.085035,17.076158C11.735928,18.767107,10.626664,20.645053,9.7872198,22.668994L5.3801408,20.129068C3.8211737,19.234094 3.2915249,17.248152 4.1809359,15.695199 4.7992759,14.627541 5.9324698,14.041507 7.0836725,14.069998z M31.340447,11.788989C42.260755,11.788989 51.110944,20.641985 51.110944,31.561996 51.110944,42.482986 42.260755,51.336988 31.340447,51.336988 20.420263,51.336988 11.559943,42.482986 11.559943,31.561996 11.559943,20.641985 20.420263,11.788989 31.340447,11.788989z M45.726689,4.0068798C45.798432,4.0051999 45.870336,4.0058932 45.942277,4.0089903 46.465497,4.0315175 46.990853,4.1811914 47.472253,4.4696403 49.002728,5.3936763 49.502881,7.3877535 48.582597,8.9238131L45.911771,13.376986C44.22125,12.022934,42.350669,10.89789,40.330045,10.051857L43.010873,5.582684C43.610475,4.5913563,44.650556,4.0320826,45.726689,4.0068798z M17.446501,3.6434965C18.599941,3.6232214,19.729166,4.2181263,20.333939,5.2913966L22.902976,9.833745C20.86374,10.627807,18.954456,11.70289,17.245098,13.010991L14.686057,8.4886429C13.79639,6.9285226 14.346184,4.9473701 15.905599,4.0653028 16.392916,3.789031 16.92221,3.6527119 17.446501,3.6434965z M31.341542,0C33.132371,0,34.583045,1.4541702,34.583045,3.2473783L34.583045,8.4769871C33.522553,8.32897 32.442052,8.2469604 31.341542,8.2469606 30.231027,8.2469604 29.150525,8.32897 28.090034,8.4769871L28.090034,3.2473783C28.090034,1.4541702,29.550712,0,31.341542,0z" Stretch="Uniform" Fill="#FFFCFF04" Width="256" Height="256" Margin="0,0,0,0" RenderTransformOrigin="0.5,0.5">
<Path.RenderTransform>
<TransformGroup>
<TransformGroup.Children>
<RotateTransform Angle="0" />
<ScaleTransform ScaleX="1" ScaleY="1" />
</TransformGroup.Children>
</TransformGroup>
</Path.RenderTransform>
</Path>
</Grid>
</Viewbox>
<TextBlock Text="{Binding Score}" Foreground="#FF5C14E7" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
</Grid>
<TextBlock Text="{Binding GestureMade}" Foreground="White" FontSize="35" FontWeight="Bold" VerticalAlignment="Top" HorizontalAlignment="Center"/>
<Canvas x:Name="canvas">
<Grid Canvas.Top="{Binding CanvasTop}" Canvas.Left="{Binding CanvasLeft}">
<Viewbox Width="135">
<Grid>
<Path Data="M29.807519,0C29.807519,0,33.571737,6.4895601,33.571737,13.795501L33.571737,16.704824 35.465261,11.83174C35.465261,11.831741 41.651502,4.6720819 45.158224,2.7639999 45.158224,2.7639999 45.594244,9.8576055 42.731927,16.285437L42.57266,16.628828 43.933191,15.366836C43.933191,15.366836 52.62573,11.630597 56.614,11.447 56.614,11.447 54.07802,17.601001 49.03499,22.103783L48.675733,22.415264 49.885339,22.031001C49.885339,22.031001 59.342138,22.355901 63.026998,23.889701 63.026998,23.889701 58.110712,28.375814 51.629625,30.300257L51.283277,30.39763 52.427331,30.547532C52.427331,30.547532 60.853185,34.851577 63.542001,37.803239 63.542001,37.803239 57.187116,39.781455 50.500474,38.776061L50.349542,38.751115 51.148195,39.256103C51.148195,39.256103 56.9867,46.702003 58.185998,50.510001 58.185998,50.510001 51.588483,49.635051 45.943208,45.913873L45.903074,45.886569 46.360536,46.591725C46.360536,46.591725 48.550737,55.796107 48.048036,59.757003 48.048036,59.757003 41.64443,55.713408 38.164026,49.28572L36.719774,46.414058 37.130353,49.607402C37.130353,49.607402 39.862764,52.485702 35.766447,63.999999 35.766447,63.999999 31.735727,58.6855 30.090021,52.707599L29.556819,48.004298 28.738719,50.144183C28.738719,50.144183 29.673524,53.876689 20.723068,62.196998 20.723068,62.196998 19.521161,55.579791 20.821868,49.517283L22.249139,45.844127 21.137651,46.886519C21.137651,46.886519 20.347457,50.651458 8.6599989,54.222999 8.6599994,54.222999 10.471127,47.745906 14.291399,42.861785L16.829968,40.507075 15.830912,40.830501C15.830912,40.830501 13.511938,43.900102 1.4170001,42.149402 1.4169996,42.149402 5.8153815,37.062201 11.353062,34.271802L14.562317,33.252297 13.614585,33.133399C13.614585,33.133399 10.212264,34.929675 0,28.216162 -4.7683716E-07,28.216162 6.1418883,25.473997 12.339878,25.294999L15.498971,25.708925 14.84066,25.297701C14.84066,25.297701 10.998456,25.498199 4.5520002,15.116 4.5519996,15.116 11.277056,15.2072 16.976362,17.6492L19.596405,19.305857 19.217305,18.728475C19.217305,18.728476 15.643101,17.304078 14.13,5.177 14.13,5.177 20.200306,8.0722647 24.356611,12.673786L25.804512,14.905652 25.534,12.5195C25.534,12.5195,27.57831,3.3125,29.807519,0z" Stretch="Uniform" Fill="#FFFF0147" Margin="0,0,0,0" RenderTransformOrigin="0.5,0.5">
<Path.RenderTransform>
<TransformGroup>
<TransformGroup.Children>
<RotateTransform Angle="0" />
<ScaleTransform ScaleX="1" ScaleY="1" />
</TransformGroup.Children>
</TransformGroup>
</Path.RenderTransform>
</Path>
</Grid>
</Viewbox>
<Viewbox Width="100">
<Grid>
<Grid Name="backgroundGrid" Width="128" Height="128" Visibility="Collapsed" />
<Path Data="M29.807519,0C29.807519,0,33.571737,6.4895601,33.571737,13.795501L33.571737,16.704824 35.465261,11.83174C35.465261,11.831741 41.651502,4.6720819 45.158224,2.7639999 45.158224,2.7639999 45.594244,9.8576055 42.731927,16.285437L42.57266,16.628828 43.933191,15.366836C43.933191,15.366836 52.62573,11.630597 56.614,11.447 56.614,11.447 54.07802,17.601001 49.03499,22.103783L48.675733,22.415264 49.885339,22.031001C49.885339,22.031001 59.342138,22.355901 63.026998,23.889701 63.026998,23.889701 58.110712,28.375814 51.629625,30.300257L51.283277,30.39763 52.427331,30.547532C52.427331,30.547532 60.853185,34.851577 63.542001,37.803239 63.542001,37.803239 57.187116,39.781455 50.500474,38.776061L50.349542,38.751115 51.148195,39.256103C51.148195,39.256103 56.9867,46.702003 58.185998,50.510001 58.185998,50.510001 51.588483,49.635051 45.943208,45.913873L45.903074,45.886569 46.360536,46.591725C46.360536,46.591725 48.550737,55.796107 48.048036,59.757003 48.048036,59.757003 41.64443,55.713408 38.164026,49.28572L36.719774,46.414058 37.130353,49.607402C37.130353,49.607402 39.862764,52.485702 35.766447,63.999999 35.766447,63.999999 31.735727,58.6855 30.090021,52.707599L29.556819,48.004298 28.738719,50.144183C28.738719,50.144183 29.673524,53.876689 20.723068,62.196998 20.723068,62.196998 19.521161,55.579791 20.821868,49.517283L22.249139,45.844127 21.137651,46.886519C21.137651,46.886519 20.347457,50.651458 8.6599989,54.222999 8.6599994,54.222999 10.471127,47.745906 14.291399,42.861785L16.829968,40.507075 15.830912,40.830501C15.830912,40.830501 13.511938,43.900102 1.4170001,42.149402 1.4169996,42.149402 5.8153815,37.062201 11.353062,34.271802L14.562317,33.252297 13.614585,33.133399C13.614585,33.133399 10.212264,34.929675 0,28.216162 -4.7683716E-07,28.216162 6.1418883,25.473997 12.339878,25.294999L15.498971,25.708925 14.84066,25.297701C14.84066,25.297701 10.998456,25.498199 4.5520002,15.116 4.5519996,15.116 11.277056,15.2072 16.976362,17.6492L19.596405,19.305857 19.217305,18.728475C19.217305,18.728476 15.643101,17.304078 14.13,5.177 14.13,5.177 20.200306,8.0722647 24.356611,12.673786L25.804512,14.905652 25.534,12.5195C25.534,12.5195,27.57831,3.3125,29.807519,0z" Stretch="Uniform" Fill="#FFFF01AE" Width="68" Height="68" Margin="0,0,0,0" RenderTransformOrigin="0.5,0.5">
<Path.RenderTransform>
<TransformGroup>
<TransformGroup.Children>
<RotateTransform Angle="0" />
<ScaleTransform ScaleX="1" ScaleY="1" />
</TransformGroup.Children>
</TransformGroup>
</Path.RenderTransform>
</Path>
</Grid>
</Viewbox>

<TextBlock Text="{Binding Fingers}" Foreground="White" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
</Grid>
<Image Grid.RowSpan="2" Visibility="{Binding ShowCloud}" Source="Assets\cloud.png" Canvas.Left="200" Canvas.Top="50" Height="230"/>
</Canvas>
<Image Grid.RowSpan="2" Source="Assets\grass.png" VerticalAlignment="Bottom" HorizontalAlignment="Stretch"/>
<Image Grid.Row="1" Source="Assets\sweden_flag_with_flagpole_640.png" VerticalAlignment="Stretch" HorizontalAlignment="left"/>
<Button x:Name="mouse" Grid.RowSpan="2" VerticalAlignment="Bottom" HorizontalAlignment="Right" Height="100">
<Image Source="Assets\mouse.png" />
</Button>
</Grid>
</Window>

0 comments on commit b5f6a09

Please sign in to comment.