Esempio n. 1
0
 public void RemoveItemFromSrock(TimberRoot item)
 {
     //todo: check if the item is available and implement
     throw new NotImplementedException();
 }
Esempio n. 2
0
        //todo: constructor

        public int CheckNumberInStock(TimberRoot item)
        {
            //todo:
            throw new NotImplementedException();
        }
Esempio n. 3
0
 public void AddItemInStock(TimberRoot item)
 {
     //todo:
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void RemoveItemFromSrock(TimberRoot item)
 {
     //todo: check if the item is available and implement
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public TimberProcessingDecorator(TimberRoot timberInstance)
 {
     this.baseTimber = timberInstance;
 }
Esempio n. 6
0
 public void AddItemInStock(TimberRoot item)
 {
     //todo:
     throw new NotImplementedException();
 }
Esempio n. 7
0
        //todo: constructor

        public int CheckNumberInStock(TimberRoot item)
        {
            //todo:
            throw new NotImplementedException();
        }
Esempio n. 8
0
 public Lath(TimberRoot timberInstance)
     : base(timberInstance)
 {
     //todo:
 }
 public TimberProcessingDecorator(TimberRoot timberInstance)
 {
     this.baseTimber = timberInstance;
 }
Esempio n. 10
0
 public Lath(TimberRoot timberInstance)
     : base(timberInstance)
 {
     //todo:
 }