private void EnviarSMSTileItem_ItemClick(object sender, TileItemEventArgs e) { formDispararRelatorio sms = new formDispararRelatorio(); sms.Show(); }