Exemplo n.º 1
0
    public void OpenSettingsForm()
    {
        frm_Settings settings = new frm_Settings(this);

        settings.Show();
    }