Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyKitten committed Feb 24, 2021
1 parent d6e9008 commit 81b2c73
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions MonkeModManager/FormSelectPlatform.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
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 MonkeModManager
{
public partial class FormSelectPlatform : Form
{
FormMain Parent;
new readonly FormMain Parent;
public FormSelectPlatform(FormMain parent)
{
InitializeComponent();
Expand Down

1 comment on commit 81b2c73

@wouldgooutsideandtouchgrass

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do i get the mods though.

Please # to comment.