Exemplo n.º 1
0
 public void Demonstrate(FileMethod fileMethod)
 {
     typeof(Answers).GetMethod(fileMethod.ToString(), BindingFlags.NonPublic | BindingFlags.Instance).Invoke(this, null);
 }