Skip to content

Commit db201af

Browse files
committed
Try to fix AttachedEventDemo in .NET 8
1 parent 54b1483 commit db201af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Avalonia.FuncUI.ControlCatalog/Avalonia.FuncUI.ControlCatalog/Views/Tabs/AttachedEventDemo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module AttachedEventDemo =
3838
| :? 't as t when t.Name = name -> Some t
3939
| _ -> None
4040

41-
let sprintRoutedEvent (s: #Interactive) (e: #RoutedEventArgs) =
41+
let sprintRoutedEvent (s: Interactive) (e: #RoutedEventArgs) =
4242
let time = System.DateTime.Now.ToString ("HH:mm:ss.fff")
4343

4444
let sender =

0 commit comments

Comments
 (0)