示例#1
0
        static void Main(string[] args)
        {
            //测试ListBox
            //TestListBox listbox = new TestListBox();
            //listbox.ShowDialog();
            //测试Check
            //TestCheckBox check = new TestCheckBox();
            //check.ShowDialog();

            //TestPanel panel = new TestPanel();
            //panel.ShowDialog();

            ShowFile file = new ShowFile();

            file.ShowDialog();
        }
 private void TextDB_Click(object sender, EventArgs e)
 {
     ShowFile.ShowDialog();
 }