Exemplo n.º 1
0
 public static int ZuneTaskDo(ZuneTasks task, string args = "")
 {
     return(Phone.AppLauncher.LaunchBuiltInApplication(Phone.AppLauncher.Apps.Zune, task.ToString() + args));
 }
Exemplo n.º 2
0
 public static int ZuneTaskDo(ZuneTasks task, string args = "")
 {
     return Phone.AppLauncher.LaunchBuiltInApplication(Phone.AppLauncher.Apps.Zune, task.ToString() + args);
 }