예제 #1
0
        public void ClipBoardSetTextTest()
        {
            //
            // TODO: Add test logic here
            //
            NMSystem system = new NMSystem();

            system.clipBoardSetText("add logic here");
        }
예제 #2
0
파일: Program.cs 프로젝트: emacslisp/cs
        static void Main(string[] args)
        {
            try
            {
                NMSystem system = new NMSystem();

                system.GetVersionFromRegistry();
            }
            catch (Exception e)
            {
                System.Diagnostics.Trace.WriteLine(e.StackTrace);
            }
        }