예제 #1
0
        internal void Update(BBDefaultProperties theProperties)
        {
            if (theProperties.Key != null)
            {
                Key = theProperties.Key;
            }

            if (theProperties.FallingEdge != null)
            {
                FallingEdge = theProperties.FallingEdge;
            }

            if (theProperties.RisingEdge != null)
            {
                RisingEdge = theProperties.RisingEdge;
            }
        }
예제 #2
0
 internal void Update(BBDefaultProperties theProperties)
 {
     Defaults.Update(theProperties);
 }