Ejemplo n.º 1
0
 private void ToDoApp_Load(object sender, EventArgs e)
 {
     LinkInObj.DeserObj();
 }
Ejemplo n.º 2
0
 private void ToDoApp_FormClosing(object sender, FormClosingEventArgs e)
 {
     LinkInObj.SerObj();
 }