“Winforms входной короб” Ответ

Winforms входной короб

string input = Microsoft.VisualBasic.Interaction.InputBox("Prompt", 
                       "Title", 
                       "Default", 
                       0, 
                       0);
Stormy Shark

C# Winforms Input

// Follow the video to set up the rest of the project
private void btnOK_Click(object sender, EventArgs e)
{
	MessageBox.Show($"Welcome {txtName.Text}, you're {txtAge.Text} years old.");
}
Hello There

Ответы похожие на “Winforms входной короб”

Вопросы похожие на “Winforms входной короб”

Больше похожих ответов на “Winforms входной короб” по C#

Смотреть популярные ответы по языку

Смотреть другие языки программирования