Exemple #1
0
 protected void DeleteSettingsSQL_Click(object sender, EventArgs e)
 {
     try
     {
         SQL_Request req = new SQL_Request().OpenConnection();
         req.SettingsDelete();
         Global.Library.Settings = new Settings();
     }
     catch { }
 }