コード例 #1
0
 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);
 }
コード例 #2
0
 public ExFormColorSelector(ExFormBasic parent, Color color)
 {
     this.color   = color;
     SuperiorForm = parent;
     InitializeComponent();
 }