You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used behaviors in AdamController.Core.Dialog.Views.SettingsView and AdamController.Core.Dialog.Views.NetworkTestView which works in Window, but not in UserControl. It is unclear why it is needed: it is possible to bring the window to the foreground, which is not relevant.
used mah:MetroWindow.RightWindowCommands in AdamController.Core.Dialog.Views.NetworkTestView showing the connection status. This will not work in UserControl. It is necessary to fit it into the existing interface in a different way
AdamController.Core.Dialog.Views.SettingsViewandAdamController.Core.Dialog.Views.NetworkTestViewwhich works inWindow, but not inUserControl. It is unclear why it is needed: it is possible to bring the window to the foreground, which is not relevant.mah:MetroWindow.RightWindowCommandsinAdamController.Core.Dialog.Views.NetworkTestViewshowing the connection status. This will not work inUserControl. It is necessary to fit it into the existing interface in a different way