예제 #1
0
 public static void RunOnNewThreade(this IEnumerable <Action> actions) =>
 DelegateActions.RunOnNewThreade(actions);
예제 #2
0
 public static void RunOnNewThreade <t>(this Action Action) =>
 DelegateActions.RunOnNewThreade(Action);