Exemple #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);
        }
Exemple #2
0
 private void submitToRepositoryToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ShareVisualizationForm frm = new ShareVisualizationForm(this);
     frm.ShowDialog(this);
 }
Exemple #3
0
        private void submitToRepositoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ShareVisualizationForm frm = new ShareVisualizationForm(this);

            frm.ShowDialog(this);
        }
Exemple #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);
        }