Example #1
0
 public void GoodMorning2(string arg, GoodMorningParameter arg1)
 {
     IO.WriteLine("Good morning, " + arg + " and " + arg1.name);
 }
Example #2
0
 public void GoodMorning(GoodMorningParameter arg)
 {
     IO.WriteLine("Good morning," + arg.name);
 }