Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
comment out unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Jan 4, 2018
1 parent 3ae24fc commit d8609a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WeCode-Next/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ private void InitializeList()
new Nav { Icon = "", Name = "URI Tester", PageType = typeof(URILauncher) },
new Nav { Icon = "", Name = "GUID Generator", PageType = typeof(GUIDGen) },
new Nav { Icon = "", Name = "Assets Generator", PageType = typeof(AssetsGen) },
new Nav { Icon = "", Name = "Regular Expression", PageType = typeof(RegularExpression) },
new Nav { Icon = "", Name = "Json2C#", PageType = typeof(Json2Csharp) },
new Nav { Icon = "", Name = "Color Palette", PageType = typeof(ColorPalette) }
new Nav { Icon = "", Name = "Regular Expression", PageType = typeof(RegularExpression) }
//new Nav { Icon = "", Name = "Json2C#", PageType = typeof(Json2Csharp) },
//new Nav { Icon = "", Name = "Color Palette", PageType = typeof(ColorPalette) }
};
view.ItemsSource = NavList;

Expand Down

0 comments on commit d8609a0

Please sign in to comment.