Tango/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/10b0a71a65f5001919aced032adcb06a, branch software Twine softwares http://git.tvcloud.fr/Tango/atom/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/10b0a71a65f5001919aced032adcb06a?h=software 2019-10-30T15:55:04Z driver for head card fans 2019-10-30T15:55:04Z Avi Levkovich avi@twine-s.com 2019-10-30T15:55:04Z urn:sha1:cc657620eac3b626cf0790802c2a5ae3196c396b Add flag to powersep01 + change the fpga logic + fpga reset logic 2019-10-23T09:35:02Z Avi Levkovich avi@twine-s.com 2019-10-23T09:35:02Z urn:sha1:31891827a4643877f36de6e63318e3c58a112044
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 Tango.Scripting.IDE.Dialogs
{
    /// <summary>
    /// Interaction logic for AddNewControl.xaml
    /// </summary>
    public partial class NewProjectView : UserControl
    {
        public NewProjectView()
        {
            InitializeComponent();
        }

    }
}