Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
MIT License

Copyright © HandyOrg 2018-2026
Copyright HandyOrg 2018-2026

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Avalonia.Interactivity;
using HandyControl.Controls;
using System;
using System.Reflection;
using Avalonia.Interactivity;
using HandyControl.Controls;

namespace HandyControlDemo.UserControl;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Metadata;
using Avalonia.Controls.Primitives;
using Avalonia.Media;
using System;

namespace HandyControl.Controls;

Expand Down