Tsukikage.WindowsUtil.TouchMessageDecoder.TouchMessageDecoder C# (CSharp) Method

TouchMessageDecoder() public method

public TouchMessageDecoder ( Control control ) : System
control System.Windows.Forms.Control
return System
        public TouchMessageDecoder(Control control)
        {
            this.control = control;
        }