19 lines
281 B
19 lines
281 B
2 years ago
|
namespace IHM.Desktop;
|
||
|
|
||
|
public partial class CV_DeletePlanification : ContentView
|
||
|
{
|
||
|
public CV_DeletePlanification()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
|
||
|
private void Button_Clicked(object sender, EventArgs e)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
private void Button_Clicked_1(object sender, EventArgs e)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|