• 大小: 0.59M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 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 你愿意陪我一辈子吗_
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        int x=500 y=300;
        Random random = new Random();//产生随机数
        Point po = new Point();

        private void button1_Click(object sender EventArgs e)
        {
            x = random.Next(Size.Width-button1.Size.Width);
            y = random.Next(Size.Height-button1.Size.Height);
            po = new Point(x y);

            button1.Location = po;
        }

        private void button2_

评论

共有 条评论