Initial conversion of ContactFormWidget to DialogPage
This commit is contained in:
parent
f605d6061b
commit
e42bc4369b
4 changed files with 25 additions and 68 deletions
|
|
@ -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")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue