Exemple #1
0
 public static Plan Parse(string s)
 {
     return(PlanParser.Parse(s));
 }