mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-12 21:45:40 +02:00
improve LayoutProfile dialog, add key handler
This commit is contained in:
parent
0ba8bb5307
commit
2fe89a01a1
8 changed files with 267 additions and 28 deletions
|
@ -159,6 +159,15 @@ namespace Ninjacrab.PersistentWindows.SystrayShell
|
|||
thread.Start();
|
||||
}
|
||||
|
||||
static public void ManageLayoutProfile()
|
||||
{
|
||||
var profileDlg = new LayoutProfile();
|
||||
if (profileDlg.ShowDialog(systrayForm) == DialogResult.OK)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
static public void Capture()
|
||||
{
|
||||
GetProcessInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue