예제 #1
0
 private void openAll_Click(object sender, EventArgs e)
 {
     if (MessageBox.Show("You are about to open all 17 editor windows.\n\nAre you sure you want to do this?",
                         "Lazy Shell", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) != DialogResult.Yes)
     {
         return;
     }
     AppControl.OpenAll();
 }