Sicherung

This commit is contained in:
Maier Stephan SI
2023-01-29 19:58:40 +01:00
parent b684704bf8
commit 56c25672f9
10 changed files with 123 additions and 27 deletions

View File

@@ -17,13 +17,12 @@ namespace FSI.BT.Tools.RadialMenu
Cmds = new();
if (cmds != null)
if (cmds != null)
{
foreach (string cmd in cmds)
Cmds.Add(cmd);
}
Cmds.Add("Rdp.Mgt");
Provider = new(ref _cmds);
}