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