This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.IO; | |
| namespace NumericalAnalysis | |
| { | |
| class NonlinearEquations | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = simple_form_for(@admin_client) do |f| | |
| = f.error_notification | |
| .inputs | |
| = f.input :code_name, :label => 'Кодовое имя' | |
| #pic_icon | |
| = image_tag @admin_client.logo.url | |
| = f.input :logo, :label => 'Иконка' | |
| = f.input :public, :label => 'Публичное?' | |
| #lang_panel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| } | |
| } | |
| class user // класс содержит поля и методы польозвателя | |
| // login, email, password, и методы : * newUser (cоздать нового пользователя) | |
| // * delUser (удалить пользователя) | |
| // * listUser (вывести список пользователей) |