Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
30.01.2023
Browse files Browse the repository at this point in the history
> Added Guna
> Started Making the loading form design
> Added our logo + configed the app!
  • Loading branch information
NaysKutzu committed Jan 30, 2023
1 parent 1f93952 commit 77329fd
Show file tree
Hide file tree
Showing 30 changed files with 2,601 additions and 16 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/MythicalLauncher/v17/.suo
Binary file not shown.
79 changes: 76 additions & 3 deletions Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions Form1.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace MythicalLauncher
{
public partial class Form1 : Form
public partial class FrmLoading : Form
{
public Form1()
public FrmLoading()
{
InitializeComponent();
}

private void lblexit_Click(object sender, EventArgs e)
{
Application.Exit();
}
}
}
Loading

0 comments on commit 77329fd

Please sign in to comment.