public interface IFormLoadCustomizer
{
    void FormLoadCustomize(System.Windows.Forms.Form WindowsForm);
}