private void OnAbout(object sender, EventArgs e) { WtrayAbout about = new WtrayAbout(); about.Show(); }