When add a new routing rule, add it to the top
This commit is contained in:
@@ -141,7 +141,7 @@ namespace ServiceLib.ViewModels
|
|||||||
{
|
{
|
||||||
if (blNew)
|
if (blNew)
|
||||||
{
|
{
|
||||||
_rules.Add(item);
|
_rules.Insert(0, item);
|
||||||
}
|
}
|
||||||
RefreshRulesItems();
|
RefreshRulesItems();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user