Example #1
0
        //リソース破棄
        protected override void Clear()
        {
            //停止ボタンのハンドル破棄
            btnStp = null;

            //音声保存ボタンのハンドル破棄
            btnSW = null;
        }
Example #2
0
        //ボタンハンドルを取得する関数
        protected override void BtnHandleGet(AutomationElement root)
        {
            YukarinetteLogger.Instance.Info("BtnHandleGet : V2");

            btnStp = Children[3].Children[3].Children[2];
            btnSW  = Children[3].Children[3].Children[5];

            //デバッグ用
            //btnWC = Children[3].Children[3].Children[3];
        }