似乎无法弄清楚我做错了什么(c#) [英] Cant seem to figure out what im doing wrong (c#)

查看:61
本文介绍了似乎无法弄清楚我做错了什么(c#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我应该点击一个按钮,它会改变并且空盒子说123但它似乎不起作用

im supposed to hit a button and it changes and empty box to say 123 but it seems to not work

   公共部门类Form1:表格

    {

        public Form1()

        {

            InitializeComponent();

        }


        private void btnTest_Click(object sender,EventArgs e)

        {

          lblExp.Text =(123);

    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void btnTest_Click(object sender, EventArgs e)
        {
         lblExp.Text = (123);

这是我正在查看的指南使用的代码,并表示要做的事情

this is the code the guide im looking at uses and said to do 

我是新的编码并使用c#

im new to coding and am using c#

推荐答案

您好,

您已在Project Online的论坛中发布了一个项目管理工具。我将把这个帖子移到C#论坛,你会得到更快的答复。

You have posted in a forum for Project Online - a Project Management tool. I will move the thread to the C# forum where you will get a quicker reply.

Paul


这篇关于似乎无法弄清楚我做错了什么(c#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆