2025-05-27 09:07:13 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
|
using System.Data;
|
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
|
|
|
|
|
|
namespace projet.View
|
|
|
|
|
|
{
|
|
|
|
|
|
public partial class ConfirmeModifierAbsence : Form
|
|
|
|
|
|
{
|
2025-06-03 10:30:47 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Méthode d'initialisation du formulaire ConfirmeModifierAbsence.
|
|
|
|
|
|
/// </summary>
|
2025-05-27 09:07:13 +00:00
|
|
|
|
public ConfirmeModifierAbsence()
|
|
|
|
|
|
{
|
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|