private void RecentItem_Click(string fullpathfilename)
 {
     //MessageBox.Show("Finally Opening up a file ..");
     BlueSky.Commands.File.FileOpenCommand fopen = new BlueSky.Commands.File.FileOpenCommand();
     fopen.FileOpen(fullpathfilename);
 }
 private void RecentItem_Click(string fullpathfilename)
 {
     BlueSky.Commands.File.FileOpenCommand fopen = new BlueSky.Commands.File.FileOpenCommand();
     fopen.FileOpen(fullpathfilename);
 }
Beispiel #3
0
 private void RecentItem_Click(string fullpathfilename)
 {
     //MessageBox.Show("Finally Opening up a file ..");
     BlueSky.Commands.File.FileOpenCommand fopen = new BlueSky.Commands.File.FileOpenCommand();
     fopen.FileOpen(fullpathfilename);
 }