CustomCommand Settings

public class ShowOrders : UIControllerBase
{
    public readonly CustomCommand ShowOrderDetailsCommand = new CustomCommand()
    {
        Shortcut = System.Windows.Forms.Keys.F7,
        Precondition = CustomCommandPrecondition.LeaveRow
    }; 

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com