Exemple #1
0
 /// <summary>
 /// The fileManager1_CreateFile
 /// </summary>
 /// <param name="sender">The sender<see cref="object"/></param>
 /// <param name="e">The e<see cref="WeblidityComponentLibrary.CreateFileEventArgs"/></param>
 private void fileManager1_CreateFile(object sender, WeblidityComponentLibrary.CreateFileEventArgs e)
 {
     People = new PeopleList();
     PopulatePeopleListBox();
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Form1"/> class.
 /// </summary>
 public Form1()
 {
     InitializeComponent();
     People = new PeopleList();
 }