public static RS232 GetSignleton() { if (Signleton == null) { Signleton = new RS232(); } return(Signleton); }
public static RS232 GetSignleton() { if (Signleton == null) Signleton = new RS232(); return Signleton; }