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
System.InvalidOperationException:“Operation is not valid due to the current state of the object.”
CurrentWindow.Activate();
ContextMenuItem menu = new ContextMenuItem
{
Title = "Open UF.Client Here",
AcceptDirectory = true,
Exe = "UF.Client.exe",
Param = "{path}"
};
await new ContextMenuService().SaveAsync(menu);
The text was updated successfully, but these errors were encountered:
System.InvalidOperationException:“Operation is not valid due to the current state of the object.”
CurrentWindow.Activate();
ContextMenuItem menu = new ContextMenuItem
{
Title = "Open UF.Client Here",
AcceptDirectory = true,
Exe = "UF.Client.exe",
Param = "{path}"
};
await new ContextMenuService().SaveAsync(menu);
The text was updated successfully, but these errors were encountered: