26 lines
497 B
C#
26 lines
497 B
C#
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 BeatSaber_Versions
|
|
{
|
|
public partial class BeatSaberFolders_Modal : Form
|
|
{
|
|
public BeatSaberFolders_Modal()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void label2_Click(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|