Get campaign list

This commit is contained in:
Michele Scandura 2021-06-02 23:10:37 +01:00
parent a13fb49942
commit 53bfb770ea
6 changed files with 145 additions and 2 deletions

View file

@ -0,0 +1,11 @@
/* Generated by MyraPad at 01/06/2021 12:43:27 */
namespace Sledgemapper.UI
{
public partial class CampaignList
{
public CampaignList()
{
BuildUI();
}
}
}