Esempio n. 1
0
 public APGen Create(Type hostType)
 {
     CurrentHost = Activator.CreateInstance(hostType, true) as IAPGenHost;
     return(new APGen(CurrentHost));
 }
Esempio n. 2
0
		internal APGen(IAPGenHost host)
		{
			_host = host;
		}
Esempio n. 3
0
		public APGen Create(Type hostType)
		{
			CurrentHost = Activator.CreateInstance(hostType, true) as IAPGenHost;
			return new APGen(CurrentHost);
		}
Esempio n. 4
0
 internal APGen(IAPGenHost host)
 {
     _host = host;
 }