File tree Expand file tree Collapse file tree 6 files changed +41
-13
lines changed Expand file tree Collapse file tree 6 files changed +41
-13
lines changed Original file line number Diff line number Diff line change 1
- using System . Reflection ;
2
- using System . Runtime . CompilerServices ;
1
+ /*----------------------------------------------------------
2
+ This Source Code Form is subject to the terms of the
3
+ Mozilla Public License, v.2.0. If a copy of the MPL
4
+ was not distributed with this file, You can obtain one
5
+ at http://mozilla.org/MPL/2.0/.
6
+ ----------------------------------------------------------*/
7
+ using System . Reflection ;
3
8
4
9
// Information about this assembly is defined by the following attributes.
5
10
// Change them to the values specific to your project.
Original file line number Diff line number Diff line change 1
- using System ;
1
+ /*----------------------------------------------------------
2
+ This Source Code Form is subject to the terms of the
3
+ Mozilla Public License, v.2.0. If a copy of the MPL
4
+ was not distributed with this file, You can obtain one
5
+ at http://mozilla.org/MPL/2.0/.
6
+ ----------------------------------------------------------*/
7
+ using System ;
2
8
using System . IO ;
3
- using NUnit . Framework ;
4
9
using ScriptEngine . Machine . Contexts ;
5
10
using ScriptEngine . HostedScript . Library ;
6
11
using ScriptEngine . Machine ;
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . IO ;
1
+ /*----------------------------------------------------------
2
+ This Source Code Form is subject to the terms of the
3
+ Mozilla Public License, v.2.0. If a copy of the MPL
4
+ was not distributed with this file, You can obtain one
5
+ at http://mozilla.org/MPL/2.0/.
6
+ ----------------------------------------------------------*/
3
7
using NUnit . Framework ;
4
- using ScriptEngine . HostedScript ;
5
- using ScriptEngine . Machine ;
6
- using ScriptEngine . Environment ;
7
8
using OneScript . InternetMail ;
8
9
9
10
// Используется NUnit 3.6
Original file line number Diff line number Diff line change 1
- Перем юТест ;
1
+ //----------------------------------------------------------
2
+ //This Source Code Form is subject to the terms of the
3
+ //Mozilla Public License, v.2.0. If a copy of the MPL
4
+ //was not distributed with this file, You can obtain one
5
+ //at http://mozilla.org/MPL/2.0/.
6
+ //----------------------------------------------------------
7
+ Перем юТест ;
2
8
3
9
////////////////////////////////////////////////////////////////////
4
10
// Программный интерфейс
Original file line number Diff line number Diff line change 1
- using System . Reflection ;
2
- using System . Runtime . CompilerServices ;
1
+ /*----------------------------------------------------------
2
+ This Source Code Form is subject to the terms of the
3
+ Mozilla Public License, v.2.0. If a copy of the MPL
4
+ was not distributed with this file, You can obtain one
5
+ at http://mozilla.org/MPL/2.0/.
6
+ ----------------------------------------------------------*/
7
+ using System . Reflection ;
3
8
4
9
// Information about this assembly is defined by the following attributes.
5
10
// Change them to the values specific to your project.
Original file line number Diff line number Diff line change 1
- Функция СоздатьПрофиль (Знач SMTP = Истина , Знач POP3 = Истина , Знач IMAP = Истина )
1
+ //----------------------------------------------------------
2
+ //This Source Code Form is subject to the terms of the
3
+ //Mozilla Public License, v.2.0. If a copy of the MPL
4
+ //was not distributed with this file, You can obtain one
5
+ //at http://mozilla.org/MPL/2.0/.
6
+ //----------------------------------------------------------
7
+ Функция СоздатьПрофиль (Знач SMTP = Истина , Знач POP3 = Истина , Знач IMAP = Истина )
2
8
3
9
Профиль = Новый ИнтернетПочтовыйПрофиль;
4
10
You can’t perform that action at this time.
0 commit comments