classes pour mvp
This commit is contained in:
20
JeuHoyEtudiants/JeuHoy_WPF_Natif/View/IwEntrainement.cs
Normal file
20
JeuHoyEtudiants/JeuHoy_WPF_Natif/View/IwEntrainement.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace JeuHoy_WPF_Natif.View
|
||||
{
|
||||
/// <summary>
|
||||
/// Description: Interface pour la fenêtre d'entrainement
|
||||
/// </summary>
|
||||
public interface IwEntrainement
|
||||
{
|
||||
Image Image { get; set; }
|
||||
string Console { get; set; }
|
||||
Canvas Canvas { get; set; }
|
||||
event EventHandler EntrainementEvt;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user