General and text sections
This commit is contained in:
parent
a3a721af32
commit
4b8e3b1aac
12 changed files with 624 additions and 395 deletions
|
|
@ -16,6 +16,7 @@ using System.Windows.Shapes;
|
|||
using CatalogLib;
|
||||
using GalaSoft.MvvmLight.Messaging;
|
||||
using MaddoLibrary.Helpers;
|
||||
using MahApps.Metro.Controls;
|
||||
using WPFCatalog.Messages;
|
||||
|
||||
namespace WPFCatalog
|
||||
|
|
@ -23,14 +24,14 @@ namespace WPFCatalog
|
|||
/// <summary>
|
||||
/// Interaction logic for MainWindow.xaml
|
||||
/// </summary>
|
||||
public partial class MainWindow : Window
|
||||
public partial class MainWindow
|
||||
{
|
||||
public PicSettings GlobalSettings = new PicSettings();
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
DataContext = new MainWindowViewModel();
|
||||
|
||||
this.DataContext = new MainWindowViewModel();
|
||||
|
||||
SetDefaults();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue