You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
706 B
29 lines
706 B
// ========================================================================
|
|
//
|
|
// Copyright (C) 2013-2014 MARC CHEVALDONNE
|
|
// marc.chevaldonne.free.fr
|
|
//
|
|
// Module : App.xaml.cs
|
|
// Author : Marc Chevaldonné
|
|
// Creation date : 2014-05-26
|
|
//
|
|
// ========================================================================
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Configuration;
|
|
using System.Data;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
using System.Windows;
|
|
|
|
namespace ex_074_002_ObjectDataProvider
|
|
{
|
|
/// <summary>
|
|
/// Logique d'interaction pour App.xaml
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|