Skip to content

Commit

Permalink
Try to fix AttachedEventDemo in .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed May 6, 2024
1 parent ad189a3 commit b4c7a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module AttachedEventDemo =
| :? 't as t when t.Name = name -> Some t
| _ -> None

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

let sender =
Expand Down

0 comments on commit b4c7a52

Please sign in to comment.