コード例 #1
0
ファイル: Home.cs プロジェクト: byrocuy/Helth
        private void btnJadwalSaya_Click(object sender, EventArgs e)
        {
            Histori newHistori = new Histori();

            newHistori.Show();
        }
コード例 #2
0
ファイル: AturJadwal.cs プロジェクト: byrocuy/Helth
        // 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();
        }