Exemple #1
0
 static void Main(string[] args)
 {
     Test test    = new Test();
     int  results = test.GetDefaultValue("A", "One");
 }