Initial conversion of ContactFormWidget to DialogPage

This commit is contained in:
John Lewin 2018-05-03 06:49:25 -07:00
parent f605d6061b
commit e42bc4369b
4 changed files with 25 additions and 68 deletions

View file

@ -262,7 +262,7 @@ namespace MatterHackers.MatterControl
{
if (elementState.Id == "sendFeedback")
{
createdButton.Click += (s, e) => ContactFormWindow.Open();
createdButton.Click += (s, e) => DialogWindow.Show<ContactFormWidget>();
}
else if (elementState.Id == "clearCache")
{