diff --git a/Project/StartLauncheWD.xaml.vb b/Project/StartLauncheWD.xaml.vb index f1af65d..4816116 100644 --- a/Project/StartLauncheWD.xaml.vb +++ b/Project/StartLauncheWD.xaml.vb @@ -92,6 +92,7 @@ Public Class StartLauncherWD ' inizializzo la finestra Private Sub StartLauncherWD_Initialized(sender As Object, e As EventArgs) Handles Me.Initialized FilesLsBx.ItemsSource = m_RecentFileList + Dim ItemFile As String = String.Empty ' carico la liste dei file recenti For Each ItemFile In m_MainWindow.m_CurrentProjectPageUC.m_MruFiles.FileNames m_RecentFileList.Add(New FileNameLsBxItem(ItemFile, File.GetLastAccessTime(ItemFile))) diff --git a/UpgradeLog.htm b/UpgradeLog.htm new file mode 100644 index 0000000..e2d13d9 Binary files /dev/null and b/UpgradeLog.htm differ diff --git a/UpgradeLog2.htm b/UpgradeLog2.htm new file mode 100644 index 0000000..57e4579 Binary files /dev/null and b/UpgradeLog2.htm differ