// ======================================================================== // // Copyright (C) 2013-2014 MARC CHEVALDONNE // marc.chevaldonne.free.fr // // Module : App.xaml.cs // Author : Marc Chevaldonné // Creation date : 2014-05-17 // // ======================================================================== using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace ex_065_006_LogicalTree_VisualTree { /// /// Logique d'interaction pour App.xaml /// public partial class App : Application { } }