コード例 #1
0
ファイル: Aplicaciones.cs プロジェクト: jorge-lopez/Launch
 public static IList<IList<string>> ObtenerAppsRecientes()
 {
     using (ServiceClient SCliente = new ServiceClient())
     {
         return SCliente.ObtenerAppsRecientes();
     }
 }