Beispiel #1
0
 public static void Record(Macro m)
 {
     if (m_Current != null)
     {
         m_Current.Stop();
     }
     m_Current = m;
     m_Current.Record();
 }
Beispiel #2
0
 public static void Record( Macro m )
 {
     if ( m_Current != null )
         m_Current.Stop();
     m_Current = m;
     m_Current.Record();
 }