xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.10M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: 2048??

資源簡介

C# 2048 游戲源碼下載

資源截圖

代碼片段和文件信息

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?Games
{
????public?partial?class?_2048messageBox?:?MyForm
????{
????????public?_2048messageBox(string?titlestring?message)
????????{
????????????InitializeComponent();
????????????this.max_moved_top?=?100;
????????????label1.Text?=?title;
????????????textBox1.Text?=?message.ToString();
????????}
????????protected?override?void?onkeydown(KeyEventArgs?e)
????????{
????????????if?(e.KeyCode?==?Keys.Enter)
????????????????this.Close();
????????????base.onkeydown(e);
????????}
????}
}

評論

共有 條評論