コード例 #1
0
ファイル: Program.cs プロジェクト: muroslavko/Git_HW
 static string Time()
 {
     TimeClass time = new TimeClass();
     return time.ShowTime();
 }