
執行"檔案"->新增專案->點選"主控台應用程式"
Key入
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Alvin 發表在 痞客邦 留言(0) 人氣(30)

簡單寫一個Form的背景變色程式.
程式碼
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;
Alvin 發表在 痞客邦 留言(0) 人氣(8,289)