コード例 #1
0
ファイル: Program.cs プロジェクト: kejaro/nikoncswrapper-code
 static void Main(string[] args)
 {
     DemoCapture demo = new DemoCapture();
     demo.Run();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: RITMechArch/MechArch
        static void Main(string[] args)
        {
            DemoCapture demo = new DemoCapture();

            demo.Run();
        }