示例#1
0
 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
 }
示例#2
0
 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
 }