private void editSoftwareToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=UxkwyXp0nJ8&hd=1"); v.Show(); }
private void finalResultsToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=BQbI6LMaYRY&hd=1"); v.Show(); }
private void deleteSoftwareToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=_6QIwx7LCQY&hd=1"); v.Show(); }
private void editCharacteristicsToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=WwABhgbziuY&hd=1"); v.Show(); }
private void dataGridViewTabelaSoftware_CellClick(object sender, DataGridViewCellEventArgs e) { try { foreach(DataGridViewRow line in dataGridViewTabelaSoftware.Rows) { if(line.Cells[0].Value != null && line.Cells[0].Value.ToString().Equals("True")) { line.Selected = true; } if(line.Cells[0].Value != null && line.Cells[0].Value.ToString().Equals("False")) { line.Selected = false; } } // Para quando se clica na coluna do Link if(e.ColumnIndex == dataGridViewTabelaSoftware.Columns["LinkClick"].Index) { View_HTML v = new View_HTML(dataGridViewTabelaSoftware.Rows[e.RowIndex].Cells["Link"].Value.ToString()); v.Show(); } } catch(Exception ex) { MessageBox.Show(ex.Message); } }
private void deleteCharacteristicsToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=RNpqN7e2jIc&hd=1"); v.Show(); }
private void aHPDefinitionOfWeightsToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=9R4fZMcOwCw&hd=1"); v.Show(); }
private void aHPTutorialToolStripMenuItem_Click(object sender, EventArgs e) { string url = Path.GetFullPath("Files\\Tutorials_html\\AHPtutorial.htm"); View_HTML t = new View_HTML(url); t.Show(); }
private void aHPDefinitionOfPrioritiesToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=jBMBio4vaJI&hd=1"); v.Show(); }
private void vlaueFNDefinitionOfPrioritiesToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=Z9qJZoVOI4U&hd=1"); v.Show(); }
private void toolStripMenuItem1_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=PRp_X6ipmvI&hd=1"); v.Show(); }
private void smartToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=1Kgjc6NWbKk&hd=1"); v.Show(); }
private void insertSoftwareToolStripMenuItem_Click(object sender, EventArgs e) { View_HTML v = new View_HTML("http://www.youtube.com/watch_popup?v=sw-z_DPLmtU&hd=1"); v.Show(); }