Add project files.

This commit is contained in:
Vitaliy
2017-01-01 14:05:19 +03:00
parent 0a398ca418
commit a9f4f0f297
9 changed files with 447 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<UserControl x:Class="BrightSharp.UserControl1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BrightSharp"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<Grid>
</Grid>
</UserControl>