Exemplo n.º 1
0
 private void AddInputMotion(object sender, RoutedEventArgs e)
 {
     var tmp = new RainbowLib.BCM.InputMotion("NEW");
     App.OpenedFiles.BCMFile.InputMotions.Add(tmp);
 }
Exemplo n.º 2
0
        private void AddInputMotion(object sender, RoutedEventArgs e)
        {
            var tmp = new RainbowLib.BCM.InputMotion("NEW");

            App.OpenedFiles.BCMFile.InputMotions.Add(tmp);
        }