using System; using System.Collections.Generic; using System.Text; namespace Handbrake.Functions { // This file is going to be used for all the preset stuff, when i get around to switching out to something that works a bit better. class Presets { public void loadPresetPanel(frmMain mainWindow) { } } }