Ejemplo n.º 1
0
 private void BehiberOfMrotated()
 {
     Active_Window(null, null);
     if (key[4] == "10")
     {
         Mode_Change(serialPort1);
     }
     if (key[4] == "11")
     {
         try
         {
             Process.Start(runApp_path);
         }
         catch (Exception ex)
         {
             Invoke(new Delegate_Notice(notice_Write), new Object[] { ex.Message });
         }
     }
     else
     {
         Active_Window(null, null);
         TriplekeySim(KeyComb1[2], KeyComb2[2], InputKeyClass.PickUp_Key(KeyComb3[2]), true, 50);
     }
 }
Ejemplo n.º 2
0
 private void BehiberOfLrotated()
 {
     Active_Window(null, null);
     TriplekeySim(KeyComb1[1], KeyComb2[1], InputKeyClass.PickUp_Key(KeyComb3[1]), true, 50);
 }