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; using Y.Test.Commons; using Y.Utils.DataUtils.Collections; namespace Y.Test.Views { public partial class MainForm : Form { public MainForm() { InitializeComponent(); } private void MainForm_Load(object sender, EventArgs e) { } private void ChineseCalendarForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } private void TestComputerInfoForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } private void TestUpdateForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } private void TestPackForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } private void TestIconGroupForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } private void TestShadowForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } private void TestIrrForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } private void BTCheckYUtils_Click(object sender, EventArgs e) { List a = new List(); for (int i = 0; i < 5; i++) { ListTool.HasElements(a); } } private void TestCrossForm_Click(object sender, EventArgs e) { R.Forms.GetUnique().Show(); } } }