Exemplo n.º 1
0
 public static global::System.Object getCurrent()
 {
     //XMLVM_BEGIN_WRAPPER[Compatlib.Microsoft.Phone.Shell.PhoneApplicationService: Compatlib.Microsoft.Phone.Shell.PhoneApplicationService getCurrent()]
     if(current==null) {
     current = new Compatlib.Microsoft.Phone.Shell.PhoneApplicationService();
     current.service = global::Microsoft.Phone.Shell.PhoneApplicationService.Current;
     }
     return current;
     //XMLVM_END_WRAPPER[Compatlib.Microsoft.Phone.Shell.PhoneApplicationService: Compatlib.Microsoft.Phone.Shell.PhoneApplicationService getCurrent()]
 }
Exemplo n.º 2
0
        public static global::System.Object getCurrent()
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.Microsoft.Phone.Shell.PhoneApplicationService: Compatlib.Microsoft.Phone.Shell.PhoneApplicationService getCurrent()]
            if (current == null)
            {
                current         = new Compatlib.Microsoft.Phone.Shell.PhoneApplicationService();
                current.service = global::Microsoft.Phone.Shell.PhoneApplicationService.Current;
            }
            return(current);
//XMLVM_END_WRAPPER[Compatlib.Microsoft.Phone.Shell.PhoneApplicationService: Compatlib.Microsoft.Phone.Shell.PhoneApplicationService getCurrent()]
        }