Пример #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Please. Enter your name!");
            string name = Console.ReadLine();

            Console.WriteLine(CreaterString.CreaterHelloString(DateTime.Now, name));
        }
Пример #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     MessageBox.Show(CreaterString.CreaterHelloString(DateTime.Now, textBox1.Text));
 }