コード例 #1
0
ファイル: Program.cs プロジェクト: Nick-FF/MailSender
        static void Main()
        {
            //A<int>.Value = 5;
            //A<Int32>.Value = 10;
            //A<uint>.Value = 15;
            ////Console.WriteLine(A<int>.Value);

            string value  = "5";
            string value1 = "10";

            value  = value1;
            value1 = "15";

            var t  = $"ffdf {5} fdf fdfd";
            var t2 = String.Format("ffdf {0} fdf fdfd", 6);
            var t3 = "ffdf {0} fdf fdfd".MyFormat(6);

            Console.WriteLine(value);
            Console.ReadKey();
            return;

            new B();
            global::Test test = new global::Test();

            Console.WriteLine(test.Id);
        }
コード例 #2
0
 internal static int Main(string[] args)
 {
     Mn.Run(15, 5,                       /* SIZE - X(0 to 9) | Y(0 to 9) */
            new LibPF.Position(0, 0),    /* Start position (0 based, x-y) */
            new LibPF.Position(14, 4),   /* End position (0 based, x-y) */
            new LibPF.Position[]
     {
         new LibPF.Position(1, 1),
         new LibPF.Position(13, 1),
         new LibPF.Position(13, 2),
         new LibPF.Position(13, 3),
         new LibPF.Position(13, 4)
     });
     Sys.Console.WriteLine("Press Any Key to Close...");
     Sys.Console.ReadKey();
     return(0);
 }
コード例 #3
0
ファイル: Program.cs プロジェクト: Nick-FF/MailSenderTest
        static void Main()
        {
            //string value = NewMethod();
            //Console.WriteLine(value);

            int a = Int32.MaxValue;
            int b = 1;

            var c = (a + b);

            Console.WriteLine(c);
            Console.ReadKey();
            return;

            new B();
            global::Test test = new global::Test();

            Console.WriteLine(test.Id);
        }
コード例 #4
0
 protected static void __hx_ctor__Test(global::Test __hx_this)
 {
 }