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 401
401
<FontIcon Glyph ="  " />
402
402
</MenuFlyoutItem .Icon>
403
403
</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 >
404
426
</MenuFlyout .Items>
405
427
</MenuFlyout >
406
428
</Grid .ContextFlyout>
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ public PhotoAlbum()
62
62
OpenTerminal . Click += tabInstance . instanceInteraction . OpenDirectoryInTerminal ;
63
63
OpenInNewWindowItem . Click += tabInstance . instanceInteraction . OpenInNewWindowItem_Click ;
64
64
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 ;
65
68
}
66
69
67
70
protected override void OnNavigatedTo ( NavigationEventArgs eventArgs )
You can’t perform that action at this time.
0 commit comments