mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
dump window pos to xml file before exit, reload window pos from xml when PW start
This commit is contained in:
parent
958624db0a
commit
5fc803757a
4 changed files with 78 additions and 1 deletions
|
@ -774,5 +774,16 @@ namespace PersistentWindows.SystrayShell
|
|||
Log.Error(format, args);
|
||||
}
|
||||
|
||||
public static void WriteDataDump()
|
||||
{
|
||||
try
|
||||
{
|
||||
pwp.WriteDataDump();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Error(e.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue