U E D R , A S I H C RSS

데블스캠프2012/넷째날/묻지마Csharp/Mission3/서영주

private void timer1_Tick(object sender, EventArgs e)
        {
            //MessageBox.Show(sender.ToString() + "\n" + e.ToString());
            int temp;
            temp = int.Parse(label4.Text);
            temp++;
            label4.Text = temp.ToString();
            
            String tempString = label5.Text;
            tempString = tempString.Substring(1, tempString.Length - 1) + tempString.Substring(0, 1);
            label5.Text = tempString;
        }
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:15
Processing time 0.0071 sec