File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 401401 <FontIcon Glyph ="  " />
402402 </MenuFlyoutItem .Icon>
403403 </MenuFlyoutItem >
404+ <MenuFlyoutSeparator />
405+ <MenuFlyoutSubItem Text =" New" x : Name =" NewEmptySpace" >
406+ <MenuFlyoutSubItem .Icon>
407+ <FontIcon Glyph ="  " />
408+ </MenuFlyoutSubItem .Icon>
409+ <MenuFlyoutItem Text =" Folder" x : Name =" NewFolder" >
410+ <MenuFlyoutItem .Icon>
411+ <FontIcon Glyph ="  " />
412+ </MenuFlyoutItem .Icon>
413+ </MenuFlyoutItem >
414+ <MenuFlyoutSeparator />
415+ <MenuFlyoutItem Text =" Bitmap Image" x : Name =" NewBitmapImage" >
416+ <MenuFlyoutItem .Icon>
417+ <FontIcon Glyph ="  " />
418+ </MenuFlyoutItem .Icon>
419+ </MenuFlyoutItem >
420+ <MenuFlyoutItem Text =" Text Document" x : Name =" NewTextDocument" >
421+ <MenuFlyoutItem .Icon>
422+ <FontIcon Glyph ="  " />
423+ </MenuFlyoutItem .Icon>
424+ </MenuFlyoutItem >
425+ </MenuFlyoutSubItem >
404426 </MenuFlyout .Items>
405427 </MenuFlyout >
406428 </Grid .ContextFlyout>
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ public PhotoAlbum()
6262 OpenTerminal . Click += tabInstance . instanceInteraction . OpenDirectoryInTerminal ;
6363 OpenInNewWindowItem . Click += tabInstance . instanceInteraction . OpenInNewWindowItem_Click ;
6464 OpenInNewTab . Click += tabInstance . instanceInteraction . OpenDirectoryInNewTab_Click ;
65+ NewFolder . Click += tabInstance . instanceInteraction . NewFolder_Click ;
66+ NewBitmapImage . Click += tabInstance . instanceInteraction . NewBitmapImage_Click ;
67+ NewTextDocument . Click += tabInstance . instanceInteraction . NewTextDocument_Click ;
6568 }
6669
6770 protected override void OnNavigatedTo ( NavigationEventArgs eventArgs )
You can’t perform that action at this time.
0 commit comments