I use the Blogger library v3 for php,I can not insert a new post. thanks & reg - aashish kumar choudhary
Aashish Kumar <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
-- You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/bloggerdev. For more options, visit https://groups.google.com/d/optout.
AD.cs
(text/x-csharp, 251 B)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ChartIndicators.Formullas
{
public class AD
{
public static void Compute(Funex.Chart.Chart c)
{
}
}
}