Esempio n. 1
0
        private void customSearchImplementationOneToolStripMenuItem_Click(object sender, EventArgs e)
        {
            // Call supposed to be made from SlidingMenuBar here
            CustomSearchImplementationOne yeahThat = new CustomSearchImplementationOne(this.Width);

            yeahThat.Show();
            yeahThat.BringToFront();
        }
Esempio n. 2
0
 private void customSearchImplementationOneToolStripMenuItem_Click(object sender, EventArgs e)
 {
     // Call supposed to be made from SlidingMenuBar here 
     CustomSearchImplementationOne yeahThat = new CustomSearchImplementationOne(this.Width);
     yeahThat.Show();
     yeahThat.BringToFront();
 }