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