[chore:] address list name got prettier
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Avalonia.Threading;
|
using Avalonia.Threading;
|
||||||
@@ -15,7 +16,7 @@ public class CombineAddresses
|
|||||||
|
|
||||||
public async Task<KasAddressList> Perform(List<KasAddressList> address_lists)
|
public async Task<KasAddressList> Perform(List<KasAddressList> address_lists)
|
||||||
{
|
{
|
||||||
KasAddressList result = new();
|
KasAddressList result = new("Ergebnis_" + DateTime.Now.ToString("ddMMyy_HHmmss"));
|
||||||
await Task.Run(async () =>
|
await Task.Run(async () =>
|
||||||
{
|
{
|
||||||
for (var i = 0; i < address_lists.Count; i++)
|
for (var i = 0; i < address_lists.Count; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user