Ejemplo n.º 1
0
		public int SetColorScheme(tagLOGPALETTE pLogpal)
		{
			ComDebug.ReportInfo("{0}.IOleObject.SetColorScheme (not implemented)", this.GetType().Name);
			return ComReturnValue.E_NOTIMPL;
		}
Ejemplo n.º 2
0
 public int SetColorScheme(tagLOGPALETTE pLogpal)
 {
     ComDebug.ReportInfo("{0}.IOleObject.SetColorScheme (not implemented)", GetType().Name);
     return(ComReturnValue.E_NOTIMPL);
 }