General and text sections
This commit is contained in:
parent
a3a721af32
commit
4b8e3b1aac
12 changed files with 624 additions and 395 deletions
27
WPFCatalog/TestWindow.xaml.cs
Normal file
27
WPFCatalog/TestWindow.xaml.cs
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
namespace WPFCatalog
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for TestWindow.xaml
|
||||
/// </summary>
|
||||
public partial class TestWindow
|
||||
{
|
||||
public TestWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue