Activate Activates a specific dock item. Close Closes a specific dock item. Dock Docks a floating or an auto-hidden dock item. Float Makes the specified item floating. Hide Enables the auto-hide ...
Implementation of Command Design Pattern for WPF projects. It offers some Command managers to manage the memmory in a way that better suits the proyect. CommandManager: Standard implementation of two ...
I'm playing round with my first WPF app, which is just a small utility with a progress bar and a cancel button for the UI. I want to be able to accept some arguments from the command line, and I'm not ...