문제

private void Form1_Date (Object sender, System.EventArgs e)
{
System.TimeDate Date = System.DateTime.Get_Today();
}

I have errors compiling which do not specifically state the actual problem.

올바른 솔루션이 없습니다

다른 팁

System.DateTime Date = System.DateTime.Get_Today();
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top