Skip to content

Commit 28394c5

Browse files
Fix namespaces for TokenizingTextBox usage of Deferred Events
1 parent abb2ef0 commit 28394c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox/TokenItemAddingEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using Microsoft.Toolkit.Uwp.Deferred;
5+
using Microsoft.Toolkit.Deferred;
66

77
namespace Microsoft.Toolkit.Uwp.UI.Controls
88
{

Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox/TokenItemRemovingEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using Microsoft.Toolkit.Uwp.Deferred;
5+
using Microsoft.Toolkit.Deferred;
66

77
namespace Microsoft.Toolkit.Uwp.UI.Controls
88
{

0 commit comments

Comments
 (0)