implemented nextfocuable

This commit is contained in:
shinichi
2020-10-19 15:32:14 +02:00
parent ab1662f0fe
commit aeb5d59ce9
3 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
using System.Windows;
using System.Windows.Input;
namespace Util.WPF
namespace Util.MagicCode
{
public static class FocusAdvancement
{