Esempio n. 1
0
        static void Main(string[] args)
        {
            FormConvertData dc = new FormConvertData();

            if (args.Length > 0)
            {
                dc.currentFileName = args[0];
            }
            Application.Run(dc);
        }
Esempio n. 2
0
 static void Main(string[] args)
 {
     FormConvertData dc = new FormConvertData();
     if (args.Length > 0)
     {
         dc.currentFileName = args[0];
     }
     Application.Run(dc);
 }