sayısal loto c# da random sayı üretiyor ve ekliyor by murat335)

murat335

New member
sayısal loto programı rastgele random sayı üretiyor by murat335
PHP:
using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace sayisal2
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }
    }
}
 

HTML

Üst