Esempio n. 1
0
 private void btnShowEditor_Click(object sender, EventArgs e)
 {
     if (_presentation != null)
     {
         _presentation.ShowEditor();
     }
 }