File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using System ;
22using System . Diagnostics ;
33using System . Runtime . InteropServices ;
4- using Aura . UI . ExtensionProperties ;
5- using AuraUtilities ;
64using Avalonia ;
75using Avalonia . Controls ;
86using Avalonia . Data ;
97using Avalonia . Interactivity ;
108
11- namespace CutCode . CrossPlatfrom . Helpers
9+ namespace CutCode . CrossPlatform . Helpers
1210{
1311 public static class UrlUtils
1412 {
Original file line number Diff line number Diff line change 44 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
55 xmlns : converters =" using:CutCode.CrossPlatform.Converters"
66 xmlns : defconverters =" clr-namespace:Avalonia.Markup.Xaml.Converters;assembly=Avalonia.Markup.Xaml"
7- xmlns : helpers =" clr-namespace:CutCode.CrossPlatfrom .Helpers"
7+ xmlns : helpers =" clr-namespace:CutCode.CrossPlatform .Helpers"
88 mc : Ignorable =" d" d : DesignWidth =" 800" d : DesignHeight =" 450"
99 x : Class =" CutCode.CrossPlatform.Views.DeveloperCardView" >
1010
You can’t perform that action at this time.
0 commit comments