private void button_pptmin_Click(object sender, EventArgs e)
 {
     if (myppt != null)
     {
         myppt.minisizeProc();
     }
 }