示例#1
0
 public PurchaseControl()
 {
     InitializeComponent();
     m_newPurchaseController     = new NewPurchaseController(this);
     m_purchaseHistoryController = new PurchaseHistoryController(this);
 }
示例#2
0
 void Awake()
 {
     instance = this;
 }