- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
string[] strArray1 = new string[6];
string[] strArray2 = strArray1;
int index1 = 0;
DateTime now = DateTime.Now;
string str1 = now.Month.ToString();
strArray2[index1] = str1;
string[] strArray3 = strArray1;
int index2 = 1;
now = DateTime.Now;
string str2 = now.Day.ToString();
strArray3[index2] = str2;
string[] strArray4 = strArray1;
int index3 = 2;
now = DateTime.Now;
string str3 = now.Year.ToString();
strArray4[index3] = str3;
string[] strArray5 = strArray1;
int index4 = 3;
now = DateTime.Now;
string str4 = now.Hour.ToString();
strArray5[index4] = str4;
string[] strArray6 = strArray1;
int index5 = 4;
now = DateTime.Now;
string str5 = now.Minute.ToString();
strArray6[index5] = str5;
string[] strArray7 = strArray1;
int index6 = 5;
now = DateTime.Now;
string str6 = now.Second.ToString();
strArray7[index6] = str6;
Program.zipName = string.Concat(strArray1);
Lure Of Chaos 13.11.2011 22:16 # +1
phoenixx 14.11.2011 00:29 # +1
bugmenot 14.11.2011 04:51 # −1
danilissimus 14.11.2011 06:36 # +10
Em1ss1oN 14.11.2011 15:08 # 0
Lure Of Chaos 14.11.2011 15:10 # −2
lucidfoxGovno 14.11.2011 15:41 # −3
Em1ss1oN 14.11.2011 15:43 # 0
jabacrack 14.11.2011 15:44 # 0
Lure Of Chaos 14.11.2011 18:21 # −1
Govnocoder#0xFF 14.11.2011 18:04 # +2
Lure Of Chaos 14.11.2011 19:31 # 0
Govnocoder#0xFF 15.11.2011 16:56 # 0
bugmenot 15.11.2011 18:47 # 0
Govnocoder#0xFF 15.11.2011 18:48 # 0
Lure Of Chaos 15.11.2011 19:03 # +1
SmackMyBitchUp 14.11.2011 21:32 # +2
lucidfoxGovno 15.11.2011 08:38 # −2
roman-kashitsyn 15.11.2011 09:00 # +1
no comments
guest 15.11.2011 11:18 # 0
roman-kashitsyn 15.11.2011 11:19 # +1
jabacrack 14.11.2011 15:42 # 0
gost 26.09.2020 22:21 # 0
MAKAKA 29.09.2020 16:50 # 0
jabber 23.11.2011 22:55 # −2
ifirf1 25.08.2021 21:01 # 0