Exemplo n.º 1
0
 public PurchaseControl()
 {
     InitializeComponent();
     m_newPurchaseController     = new NewPurchaseController(this);
     m_purchaseHistoryController = new PurchaseHistoryController(this);
 }
Exemplo n.º 2
0
 void Awake()
 {
     instance = this;
 }