示例#1
0
 private void List_Click(object sender, EventArgs e)
 {
     if (titleList == null)
     {
         titleList = titleList = new TitleList(this);
     }
     titleList.Show();
 }
示例#2
0
 public Application()
 {
     InitializeComponent();
     DBCUtil.dbcToCsv();
     titleList = null;
 }