Exemplo n.º 1
0
        private void submitToRepositoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
#if false
            ShareVisualizationForm frm = new ShareVisualizationForm(this);
            frm.ShowDialog(this);
#endif

            MessageBox.Show("This feature is no longer available as oSpy is in need of a hosting provider. " +
                            "Please contact [email protected] if you're able to help out.",
                            "Sorry",
                            MessageBoxButtons.OK, MessageBoxIcon.Error);
        }
Exemplo n.º 2
0
 private void submitToRepositoryToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ShareVisualizationForm frm = new ShareVisualizationForm(this);
     frm.ShowDialog(this);
 }
Exemplo n.º 3
0
        private void submitToRepositoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ShareVisualizationForm frm = new ShareVisualizationForm(this);

            frm.ShowDialog(this);
        }
Exemplo n.º 4
0
        private void submitToRepositoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
#if false
            ShareVisualizationForm frm = new ShareVisualizationForm(this);
            frm.ShowDialog(this);
#endif

            MessageBox.Show ("This feature is no longer available as oSpy is in need of a hosting provider. " +
                "Please contact [email protected] if you're able to help out.",
                "Sorry",
                MessageBoxButtons.OK, MessageBoxIcon.Error);
        }