Exemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     PatientCommunicationView pcv = new PatientCommunicationView();
     pcv.Orientation = System.Windows.Forms.Orientation.Vertical;
     pcv.ShowDialog();
     RefreshQueue();
 }
Exemplo n.º 2
0
        private void bitmapButton2_Click(object sender, EventArgs e)
        {
            //QueueNotesView qnv = new QueueNotesView();
            //qnv.WindowState = FormWindowState.Maximized;
            //qnv.ShowDialog();

            PatientCommunicationView pcv = new PatientCommunicationView();
            pcv.Orientation = System.Windows.Forms.Orientation.Vertical;
            pcv.ShowDialog();
        }