Exemplo n.º 1
0
        private void OpenFuncProperties(object sender, RoutedEventArgs e)
        {
            ListViewFunction item = (ListViewFunction)FunctionsView.SelectedItem;
            Function         f    = item.Details;

            FunctionProperties fp = new FunctionProperties(f);

            fp.ShowDialog();
        }
Exemplo n.º 2
0
        private void OpenFuncProperties(object sender, RoutedEventArgs e)
        {
            ListViewFunction item = (ListViewFunction)FunctionsView.SelectedItem;
            Function f = item.Details;

            FunctionProperties fp = new FunctionProperties(f);
            fp.ShowDialog();
        }