אדם לאדם זאב: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
אין תקציר עריכה
שורה 1:
==אָדָם לְאָדָם זְאֵב==
# האדם מעצם טבעו מתנכר לזולת ונוהג באכזריות המאפיינת חיות טרף.
#:* {{צטבי|הרגשנו ניכור, כמו היינו “אדם לאדם זאב”. לא יכולנו לעזור איש לרעהו.|https://benyehuda.org/read/6975|אביב בעלטה: אבדן הנעורים בבנדין ובמחנות|דב זלמנוביץ}}     const string DB = "RegistrationForm.accdb";     public ConnectUser()     {     }     public static string getConnectionString()     {         string location = HttpContext.Current.Server.MapPath("~/App_Data/" + DB);         string connectionString = @"provider=Microsoft.ACE.oledb.12.0; data source=" + location;         return connectionString;     }
 
===מקור===
שורה 12:
===סימוכין===
{{הערות שוליים}}
 
 
 
 
 
 
public string Username { get; set; }
 
        public string Password { get; set; }
 
        public int age { get; set; }
 
        public string Email { get; set; }
 
        public Person(string Username, string Password, int age,  string Email)
 
        {
 
            this.Username = Username;
 
            this.Password = Password;
 
            this.age = age;
 
            this.Email = Email;
 
        }
[[קטגוריה:פתגמים]]
[[קטגוריה:אמרות שאולות משפות לועזיות]]