Save imported image in the same format (WIP)
[master-thesis.git] / Parasitemia / ParasitemiaUI / Utils.fs
index 927e441..a536853 100644 (file)
@@ -108,6 +108,7 @@ let argsHelp =
 open System
 open System.Windows
 
+// Inspired by https://github.com/fsprojects/FSharp.ViewModule/blob/master/src/FSharp.ViewModule/FunCommand.fs
 type FunCommand (execute : obj -> unit, canExecute : obj -> bool) =
     let canExecuteChanged = Event<EventHandler, EventArgs> ()