Fixed Patreon CSV parsing with new local pricing

This commit is contained in:
N00MKRAD
2021-03-30 13:34:17 +02:00
parent a1fccea635
commit 60ee6c2102
2 changed files with 12 additions and 7 deletions

View File

@@ -1,10 +1,7 @@
using Flowframes.Data;
using Flowframes.IO;
using Flowframes.OS;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;