コード例 #1
0
ファイル: Program.cs プロジェクト: heavenlw/Awol
 static void Main(string[] args)
 {
     HandleHelper handlehelper = new HandleHelper();
     handlehelper.Start();
 }
コード例 #2
0
        static void Main(string[] args)
        {
            HandleHelper handlehelper = new HandleHelper();

            handlehelper.Start();
        }