xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.96KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: C#??

資源簡介

C# InputBox控件源碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;

namespace?WindowsApplication1
{

#region?InputBox?return?result

///?
///?Class?used?to?store?the?result?of?an?InputBox.Show?message.
///?

public?class?InputBoxResult?
{
public?DialogResult?ReturnCode;
public?string?Text;
}

#endregion

///?
///?Summary?description?for?InputBox.
///?

public?class?InputBox
{

#region?Private?Windows?Contols?and?Constructor

//?Create?a?new?instance?of?the?form.
private?static?Form?frmInputDialog;
private?static?Label?lblPrompt;
private?static?Button?btnOK;
private?static?Button?btnCancel;
private?static?TextBox?txtInput;

public?Inpu

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????7483??2005-04-21?16:03??InputBox.cs

評論

共有 條評論