Ejemplo n.º 1
0
 public static void ToString(YearlyWorkScheduleRule obj, MethodReturnEventArgs<System.String> e)
 {
     // Nothing to do
 }
Ejemplo n.º 2
0
 public static void AppliesTo(YearlyWorkScheduleRule obj, MethodReturnEventArgs<System.Boolean> e, System.DateTime date)
 {
     // Abstract
 }