永发信息网

C#Winform怎么在窗体显示后执行指定的方法

答案:2  悬赏:40  手机版
解决时间 2021-04-10 01:00
  • 提问者网友:夢醒日落
  • 2021-04-09 02:41
C#Winform怎么在窗体显示后执行指定的方法
最佳答案
  • 五星知识达人网友:酒安江南
  • 2021-04-09 03:55
两分法人官惊讶叶费
全部回答
  • 1楼网友:逃夭
  • 2021-04-09 04:43
namespace 加法游戏 {     public partial class form1 : form     {         private int a;         private int b;         random ra;         public form1()         {             initializecomponent();             calc();         }         private void button1_click(object sender, eventargs e)         {             int c = int.parse(textbox1.text);             if (c == a + b)             {                 messagebox.show("答题正确!将生成下一题。");                 calc();             }             else             {                 messagebox.show("答题错误!将返回重新答题。");             }         }         private void calc()         {             random ra = new random(unchecked((int)datetime.now.ticks));             a =ra.next(1, 100);             b = ra.next(1, 100);             label1.text = a.tostring() + "+" + b.tostring();         }     } }
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯