public SetFak(AtaqmStorage AtaqmStorage) { InitializeComponent(); dbconnection = new MySqlConnection(connection.connectionString); dbconnection1 = new MySqlConnection(connection.connectionString); dbconnection2 = new MySqlConnection(connection.connectionString); this.AtaqmStorage = AtaqmStorage; }
public SetTagame3(AtaqmStorage AtaqmStorage) { try { InitializeComponent(); dbconnection = new MySqlConnection(connection.connectionString); dbconnection1 = new MySqlConnection(connection.connectionString); dbconnection2 = new MySqlConnection(connection.connectionString); this.AtaqmStorage = AtaqmStorage; } catch (Exception ex) { MessageBox.Show(ex.Message); } }