Exemplo n.º 1
0
 private void menuEdit_Click(object sender, RoutedEventArgs e)
 {
     if (dgObject.SelectedItem != null)
     {
         TB_PROJECT   proj = dgObject.SelectedItem as TB_PROJECT;
         frmRatioEdit frm  = new frmRatioEdit(proj);
         frm.ShowDialog();
     }
 }
Exemplo n.º 2
0
        private void menu_projectratio_Click(object sender, RoutedEventArgs e)
        {
            frmRatioEdit frm = new frmRatioEdit();

            frm.ShowDialog();
        }