示例#1
0
文件: Home.cs 项目: byrocuy/Helth
        private void btnJadwalSaya_Click(object sender, EventArgs e)
        {
            Histori newHistori = new Histori();

            newHistori.Show();
        }
示例#2
0
        // invoke, menghandle biar safe-connection
        //delegate void GetJadwal(RichTextBox rtb, string text);
        //void getDataJadwal(RichTextBox rtb, string text)
        //{
        //    rtb.Text = text;
        //}
        //void setJadwal(string text)
        //{
        //    getDataJadwal(rtbDesc.Text);
        //}

        private void button3_Click(object sender, EventArgs e)
        {
            Histori newHistori = new Histori();

            newHistori.Show();
        }