General and text sections
This commit is contained in:
parent
a3a721af32
commit
4b8e3b1aac
12 changed files with 624 additions and 395 deletions
28
WPFCatalog/Controls/TextSettingsControl.xaml.cs
Normal file
28
WPFCatalog/Controls/TextSettingsControl.xaml.cs
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
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.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
namespace WPFCatalog.Controls
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for TextSettingsControl.xaml
|
||||
/// </summary>
|
||||
public partial class TextSettingsControl : UserControl
|
||||
{
|
||||
public TextSettingsControl()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue