Aspose.Cells.Examples.CSharp.Articles.ReadingCellValuesInMultipleThreadsSimultaneously.Main C# (CSharp) 메소드

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void
        public static void Main()
        {
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
        }
ReadingCellValuesInMultipleThreadsSimultaneously