Beispiel #1
0
 public SetFak(AtaqmStorage AtaqmStorage)
 {
     InitializeComponent();
     dbconnection      = new MySqlConnection(connection.connectionString);
     dbconnection1     = new MySqlConnection(connection.connectionString);
     dbconnection2     = new MySqlConnection(connection.connectionString);
     this.AtaqmStorage = AtaqmStorage;
 }
Beispiel #2
0
 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);
     }
 }