#include "stdafx.h" #using <mscorlib.dll> using namespace System; class Printer { class InkLevel; friend class Printer::InkLevel; class PaperOutDetector; friend class Printer:: PaperOutDetector; }; class Printer::InkLevel { }; int main(void) { }