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