Test sur les User Panels, Reglage du bug "cannot make an instance of UserControl",
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FingersDance.Actions
{
public interface ActionBase
{
void Execute();
}
}