2020-12-02 23:27:43 +01:00
|
|
|
|
using System.Windows;
|
2020-09-07 22:24:37 +02:00
|
|
|
|
|
2020-12-02 23:27:43 +01:00
|
|
|
|
namespace Hermes {
|
2020-09-07 22:24:37 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Logique d'interaction pour App.xaml
|
|
|
|
|
/// </summary>
|
2020-12-02 23:27:43 +01:00
|
|
|
|
public partial class App : Application {
|
2020-09-07 22:24:37 +02:00
|
|
|
|
}
|
|
|
|
|
}
|