public void LoadMedia(string Path, bool Editing) { Display = new ImageViewer(this); //Opens the image viewer RenderMedia.Invoke(Path, Editing); //Loads the media onto the screen }
public void LoadMedia(string Path, bool Editing) { Display = new AudioViewer(this); //Open the media display RenderMedia.Invoke(Path, Editing); //Tell the application to load the media on screen }