mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-07-13 13:07:00 -07:00
9 lines
232 B
C#
9 lines
232 B
C#
namespace bocoree.windows.forms {
|
|
|
|
public class BToolStripDropDownButton : System.Windows.Forms.ToolStripDropDownButton {
|
|
public void setText( string value ) {
|
|
base.Text = value;
|
|
}
|
|
}
|
|
|
|
} |