Exemple #1
0
 private void editLifePlayNameListsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmEditList  editorWnd = new frmEditList(frmEditList.EditorType.editNames, m_sPath);
     DialogResult dr        = editorWnd.ShowDialog(this);
 }
Exemple #2
0
 private void editLifePlaysportsOutfitsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmEditList  editorWnd = new frmEditList(frmEditList.EditorType.editClothesSport, m_sPath);
     DialogResult dr        = editorWnd.ShowDialog(this);
 }