Exemple #1
0
 public Manifesto ObterManifesto(int aIndex) => Manifesto.Load(ObterIni(aIndex));
Exemple #2
0
 public void CarregarManifesto(Manifesto manifesto) => CarregarINI(manifesto.ToString());