Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
OutputWindow.xaml.cs 602 B
Newer Older
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;
using MahApps.Metro.Controls;

namespace VECTO3GUI.Views
{
	/// <summary>
	/// Interaction logic for OutputWindow.xaml
	/// </summary>
	public partial class OutputWindow : MetroWindow
	{
		public OutputWindow()
		{
			InitializeComponent();
		}
	}
}