mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-22 10:42:03 -08:00
9de5d2e51e
git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@18 b1f601f4-4f45-0410-8980-aecacb008692
8 lines
212 B
C#
8 lines
212 B
C#
namespace bocoree.windows.forms {
|
|
public class BToolStripLabel : System.Windows.Forms.ToolStripLabel {
|
|
public void setText( string value ) {
|
|
base.Text = value;
|
|
}
|
|
}
|
|
}
|