Exemplo n.º 1
0
 public FunctionBase()
 {
     this.informationAdapter = new DefaultInformationAdapter();
 }
Exemplo n.º 2
0
 public FunctionBase(IInformationAdapter adapter)
 {
     this.informationAdapter = adapter;
 }
Exemplo n.º 3
0
 public AddResource(IInformationAdapter information_adapter )
     : base(information_adapter)
 {
 }
Exemplo n.º 4
0
 public AddResource(IInformationAdapter information_adapter) : base(information_adapter)
 {
 }
Exemplo n.º 5
0
 public DataRenderer(IInformationAdapter infoAdapter)
 {
     _dataAdapter = infoAdapter;
     _information = GetMyInformation();
 }
Exemplo n.º 6
0
 public FunctionBase(IInformationAdapter adapter)
 {
     this.informationAdapter = adapter;
 }
Exemplo n.º 7
0
 public FunctionBase()
 {
     this.informationAdapter = new DefaultInformationAdapter();
 }