C#製作一個簡易抽獎或搖號器

自己製作了一個簡易的搖號器,使用的是C#語言,利用隨機數,在一個richtextbox裏產生隨機數字,利用兩個numericupdown來控制範圍和個數。 如圖 給搖號button添加click事件 decimal n = numericUpDown2.Value; int n1 = (int)n; Console.WriteLine(n);
相關文章
相關標籤/搜索