Example #1
0
        public Version()
        {
            try
            {
//			System.Diagnostics.Debugger.Launch();

                //link with cli_ure.dll
                uno.util.WeakBase wb = new uno.util.WeakBase();
                using (SpreadsheetSample aSample = new SpreadsheetSample())
                {
                    aSample.doCellRangeSamples();
                    aSample.terminate();
                }
            }
            catch (System.Exception)
            {
                //This exception is thrown if we link with a library which is not
                //available
                throw;
            }
        }
Example #2
0
        public Version()
        {
            try
            {
            //			System.Diagnostics.Debugger.Launch();

            //link with cli_ure.dll
            uno.util.WeakBase wb = new uno.util.WeakBase();
            using ( SpreadsheetSample aSample = new SpreadsheetSample() )
            {
                aSample.doCellRangeSamples();
                aSample.terminate();
            }
            }
            catch (System.Exception )
            {
            //This exception is thrown if we link with a library which is not
            //available
            throw;
            }
        }