private void RankerList_Load(object sender, EventArgs e) { MysqlConnection mysqlConnection = new MysqlConnection(); mysqlConnection.Connection(); //mysqlConnection.SelectOne(); mysqlConnection.ShowRank(); }
public Form1() { mysqlConnection.Connection(); InitializeComponent(); }