Exemplo n.º 1
0
 TextWidthDialog.Result Command_Text_Select_ByWidth_Dialog() => TextWidthDialog.Run(WindowParent, false, true, GetVariables());
Exemplo n.º 2
0
        TextWidthDialog.Result Command_Text_Width_Dialog()
        {
            var numeric = Selections.Any() ? Selections.AsParallel().All(range => GetString(range).IsNumeric()) : false;

            return(TextWidthDialog.Run(WindowParent, numeric, false, GetVariables()));
        }