Beispiel #1
0
 public static IControl AutoReload(
     this IControl control,
     [CallerFilePath] string filepath = "",
     [CallerMemberName] string method = "")
 {
     return(control.AutoReload(new object[0], filepath, method, Assembly.GetCallingAssembly()));
 }