Skip to content

Commit

Permalink
Update ListBoxAttach.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 authored Mar 18, 2023
1 parent 0ce8ff8 commit 91cb824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HandyControl.Controls;

public class ListBoxAttach
public partial class ListBoxAttach
{
public static readonly DependencyProperty SelectedItemsProperty = DependencyProperty.RegisterAttached(
"SelectedItems", typeof(IList), typeof(ListBoxAttach),
Expand Down

0 comments on commit 91cb824

Please sign in to comment.