Exemplo n.º 1
0
        private void _cmdProjectRunViewMessages_Click(object sender, System.EventArgs e)
        {
            Run r = ( Run )_tcProfilers.SelectedTab.Tag;
            ProfilerRunMessagesForm frm = new ProfilerRunMessagesForm();

            frm.ProfilerRun = r;
            frm.ShowDialog(this);
        }
Exemplo n.º 2
0
 private void _cmdProjectRunViewMessages_Click(object sender, System.EventArgs e)
 {
     Run r = ( Run )_tcProfilers.SelectedTab.Tag;
     ProfilerRunMessagesForm frm = new ProfilerRunMessagesForm();
     frm.ProfilerRun = r;
     frm.ShowDialog( this );
 }