This commit is contained in:
2009-03-17 12:52:36 +00:00
parent c981b1c0fe
commit 3c02d6e033
3 changed files with 1391 additions and 1387 deletions

View File

@@ -1193,5 +1193,11 @@ namespace VEPROMS
}
}
private void toolsPanel_ExpandedChanged(object sender, ExpandedChangeEventArgs e)
{
if (toolsPanel.Expanded)
InitiateSearch(true);
}
}
}