• 大小: 5.28M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  抽奖  c  精美  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Lottery
{
    public partial class Form1 : Form
    {
        int N = 100;
        int turn = 0;
        int[] a = new int[1000];
        Random random = new Random((int)DateTime.Now.Ticks);
        public Form1()
        {
            InitializeComponent();
            label1.Parent = pictureBox3;
            label1.BackColor = Color.Transparent;
            turn = 0;
            for (int i = 0; i < 1000; i++)
                a[i] = 0;
        }

        

        private void timer1_Tick(object sender EventArgs e)
        {
          

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1833  2010-12-15 12:29  一流素材网.html

     文件    8071796  2012-08-14 21:19  psd5612.psd

----------- ---------  ---------- -----  ----

              8073629                    2


评论

共有 条评论