[#5] MemberDataSheet: Add generating a member data sheet
This commit is contained in:
@ -146,6 +146,10 @@ namespace Elwig.Helpers {
|
||||
return CalcCrc16Modbus(Encoding.ASCII.GetBytes(data));
|
||||
}
|
||||
|
||||
public static string FormatIban(string iban) {
|
||||
return Regex.Replace(iban, ".{4}", "$0 ");
|
||||
}
|
||||
|
||||
public static void RunBackground(string title, Func<Task> a) {
|
||||
Task.Run(async () => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user