File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
src/OpenSilver.ControlsKit.Controls Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1- using System ;
1+ /*===================================================================================
2+ *
3+ * Copyright (c) Userware (OpenSilver.net)
4+ *
5+ * This file is part of the OpenSilver.ControlsKit (https://opensilver.net), which
6+ * is licensed under the MIT license (https://opensource.org/licenses/MIT).
7+ *
8+ * As stated in the MIT license, "the above copyright notice and this permission
9+ * notice shall be included in all copies or substantial portions of the Software."
10+ *
11+ *====================================================================================*/
12+
13+ using System ;
214using System . Collections . Generic ;
315using System . Linq ;
416using System . Windows ;
You can’t perform that action at this time.
0 commit comments