|
|
|
@ -85,7 +85,7 @@ namespace formula_manage.Windows |
|
|
|
Template_M.ItemsSource = files_M;//加载合集
|
|
|
|
Template_M.DisplayMemberPath = "Name"; // 显示文件名
|
|
|
|
DirectoryInfo di_S = new DirectoryInfo(Print_path2.Text); |
|
|
|
FileInfo[] files_S = di_M.GetFiles(); |
|
|
|
FileInfo[] files_S = di_S.GetFiles(); |
|
|
|
Template_S.ItemsSource = files_S; |
|
|
|
Template_S.DisplayMemberPath = "Name"; |
|
|
|
Template_M.Text = Temp_M;//传入保存的默认模板
|
|
|
|
|