IVVReceivable
public interface IVVReceivable
The data of the card created and shown in other forms can receive in the form class which implemented IReceiveCard.
bool SingleReceive { get; }
If it receives only a single card, specifies true. If multiple cards can be received simultaneously, specifies false.
Type FormType{ get; }
Please return the type of the inherited class of Form which IReceiveCard is implemented.