- Recovery
This commit is contained in:
31
Mitria_Argument_Creater/MainForm.cs
Normal file
31
Mitria_Argument_Creater/MainForm.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
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 Mitria_Argument_Creater
|
||||
{
|
||||
public partial class MainForm : Form
|
||||
{
|
||||
public MainForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void MainForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
textBox1.Text = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),".minecraft");
|
||||
listView_Version.Items.Add("1");
|
||||
listView_Version.Items.Add("1");
|
||||
listView_Version.Items.Add("1");
|
||||
listView_Version.Items.Add("1");
|
||||
listView_Version.Items.Add("1");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user