Exemple #1
0
 /// <summary>
 /// Load logs from another textualizer to this. used to merge deserialized textualizer with an active one.
 /// </summary>
 public void LoadHistory(IKeylogTexualizer logs)
 {
     LoadHistory(logs.ActiveLogs);
 }
Exemple #2
0
 /// <summary>
 /// Load logs from another textualizer to this. used to merge deserialized textualizer with an active one.
 /// </summary>
 public void LoadHistory(IKeylogTexualizer logs) {
     LoadHistory(logs.ActiveLogs);
 }