JLChen
2020-02-24 ac39680a5ace5c02c63369014993fbfc959dbe5f
1
2
3
4
5
6
7
8
9
10
using System;
namespace Shared.SimpleControl.Phone
{
    public class SystemOnePortBusBLL
    {
        public SystemOnePortBusBLL ()
        {
        }
    }
}