コード例 #1
0
 public ToolStripButtonCodon(string pathPoint, string text, Image image, System.Windows.Forms.ToolStripItemDisplayStyle displayStyle, OnToolStripItemCodonActionHandler action)
     : base(pathPoint, text, image, displayStyle, action)
 {
 }
コード例 #2
0
 public ToolStripButtonCodon(string pathPoint, string text, Image image, System.Windows.Forms.ToolStripItemDisplayStyle displayStyle)
     : base(pathPoint, text, image, displayStyle, null)
 {
 }