public interface IFormGridCustomizer
{
    void FormGridCustomize(System.Windows.Forms.Form WindowsForm);
}