文件名称:InputBox:C#输入对话框,用于接受信息
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-03 04:58:40
C#
输入框 C#输入对话框,用于接受信息。 用法 string username = " user " ; // Get last username from registry or file InputBoxItem [] items = new InputBoxItem [] { new InputBoxItem ( " Username " , username ), new InputBoxItem ( " Password " , true ) }; InputBox input = InputBox . Show ( " Login " , items , InputBoxButtons . OKCancel ); if ( input . Result == InputBoxResult . OK ) { doLogin ( input . Values
【文件预览】:
InputBox-master
----InputBox.cs(15KB)
----LICENSE(1KB)
----README.md(518B)