Esempio n. 1
0
 static void Main(string[] args)
 {
     Console.WriteLine("UDID:{0}", OpenUDID.value);
     Console.WriteLine("Corp UDID:{0}", OpenUDID.GetCorpUDID("com.wavespread"));
     Console.WriteLine("Press Entry To Continue ");
     Console.ReadLine();
 }
 private void PhoneApplicationPage_Loaded(object sender, RoutedEventArgs e)
 {
     txtOldDeviceId.Text = OpenUDID.OldDeviceId;
     txtCorpUDID.Text    = OpenUDID.GetCorpUDID("com.wavespread");// unique company domain
     txtOpenUDID.Text    = OpenUDID.value;
 }