Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /Android/Create New Page/OneNoteSample/bin/classes/com/example/onenotesample/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/Videos/master/Android/Create New Page/OneNoteSample/bin/classes/com/example/onenotesample/R$layout.class -------------------------------------------------------------------------------- /Android/Create New Page/OneNoteSample/bin/classes/com/example/onenotesample/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneNoteDev/Videos/master/Android/Create New Page/OneNoteSample/bin/classes/com/example/onenotesample/R$string.class -------------------------------------------------------------------------------- /Android/Picker/app/src/main/java/onenote/picker/example/Callback.java: -------------------------------------------------------------------------------- 1 | package onenote.picker.example; 2 | 3 | public interface Callback@ViewBag.StatusMessage
10 |32 | @Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) | 33 | @Html.ActionLink("Back to List", "Index") 34 |
35 | -------------------------------------------------------------------------------- /ASP.NET MVC/Create New Page/OneNoteWebApp/App_Start/RouteConfig.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Mvc; 6 | using System.Web.Routing; 7 | 8 | namespace OneNoteWebApp 9 | { 10 | public class RouteConfig 11 | { 12 | public static void RegisterRoutes(RouteCollection routes) 13 | { 14 | routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); 15 | 16 | routes.MapRoute( 17 | name: "LiveCallBack", 18 | url: "redirect", 19 | defaults: new { controller = "OneNote", action = "Redirect" } 20 | ); 21 | 22 | routes.MapRoute( 23 | name: "Default", 24 | url: "{controller}/{action}/{id}", 25 | defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional } 26 | ); 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Windows Phone/Create New Page/OneNotePhoneApp/Bin/Debug/AppManifest.xaml: -------------------------------------------------------------------------------- 1 |