public void CopySound()
 {
     using (CloneSoundDialog dlg = new CloneSoundDialog())
     {
         dlg.ShowDialog(null, Resource as RSARFolderNode);
     }
 }
 public void NewSound()
 {
     using (CloneSoundDialog dlg = new CloneSoundDialog())
     {
         dlg.ShowDialog(null, this.ResourceNode as RSARFolderNode);
     }
 }
 public void NewSound()
 {
     using (CloneSoundDialog dlg = new CloneSoundDialog())
         dlg.ShowDialog(null, this.ResourceNode as RSARFolderNode);
 }