コード例 #1
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);
 }
コード例 #2
0
 private void RecentItem_Click(string fullpathfilename)
 {
     BlueSky.Commands.File.FileOpenCommand fopen = new BlueSky.Commands.File.FileOpenCommand();
     fopen.FileOpen(fullpathfilename);
 }
コード例 #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);
 }