C# Is there a way I can shorten this method?

后端 未结 0 1785
予麋鹿
予麋鹿 2020-12-11 01:50

I have this current method:

        public void SynchronizeSignals(int signal_bit)
        {
            switch (signal_bit)
            {
                cas         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题