* fix: pull to desktop not resetting work status. resolves #104 * Create Text File with upload size for verification * bump version * better public config handling * code cleanup Co-authored-by: Fenopy <Fenopie@Gmail.com>
13 lines
194 B
C#
13 lines
194 B
C#
using System.Windows.Forms;
|
|
|
|
namespace AndroidSideloader
|
|
{
|
|
public partial class Splash : Form
|
|
{
|
|
public Splash()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|