FS-Schmidt
话说定义类以后
>>
完整版
作业,话说定义类以后,实际操作没啥用啊
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _001
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("你好!我们自己创造的魔法世界");
MessageBox.Show("森の妖精:哔哩哔哩,[]~( ̄▽ ̄)~* 干杯! ");
}
}
public class 三次元鬼畜
{
public int 我巨爽鬼畜组曲;
public int pump;
}
}