Working with Events in F#
问题 I recently asked this question: Replay Recorded Data Stream in F# and combined that code with a subset of the functionality I found here: http://www.mattssoftwareblog.com/?p=271 which combined looks like this: #r "System.Reactive" #r "System.CoreEx" #r "FSharp.PowerPack" #r "WindowsBase" #r "PresentationCore" #r "PresentationFramework" #r "System.Xaml" #r "System.Interactive.dll" open System open System.Linq open System.Collections.Generic open System.Net open System.IO open System.Threading