improve LayoutProfile dialog, add key handler

This commit is contained in:
Kang Yu 2020-09-26 20:32:57 -07:00
parent 0ba8bb5307
commit 2fe89a01a1
8 changed files with 267 additions and 28 deletions

View file

@ -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();