Exemplo n.º 1
0
 public UserActivityHistory(SerializationInfo info, StreamingContext context)
 {
     OpenFileDialogLastPath = (SingleEntryHistory <string>)info.GetValue("OpenFileDialogLastPath", typeof(SingleEntryHistory <string>));
 }
Exemplo n.º 2
0
 public UserActivityHistory()
 {
     OpenFileDialogLastPath = new SingleEntryHistory <string>();
 }