static void Main(string[] args) { User user1 = new User("User1","John","Volyk",22,"20.08.15"); user1.ShowUserInfo(); }
static void Main(string[] args) { User user1 = new User("User1", "John", "Volyk", 22, "20.08.15"); user1.ShowUserInfo(); }