public static void showNotification(this ExFormBasic form, string text, double close_delay) { form.showNotification(text, ExNotification.Instance.ForeColor, ExNotification.Instance.Font, ExNotification.Instance.BackColor, ExNotification.Instance.EdgeColor, ExNotification.Instance.MaxWidth, close_delay); }
public ExFormColorSelector(ExFormBasic parent, Color color) { this.color = color; SuperiorForm = parent; InitializeComponent(); }