Хабр Курсы для всех
РЕКЛАМА
Большая витрина: от крупнейших школ до частных авторов. Сравнивайте по цене, длительности, формату и выбирайте самый подходящий курс!
public static bool IsRunningOnMono ()
{
return Type.GetType ("Mono.Runtime") != null;
}
this.printDialog.Document = this.printDocument;
if (!IsRunningOnMono ()){
SetupPrintDialog ();
}
...
void SetupPrintDialog ()
{
this.printDialog.UseEXDialog = true;
}
Mono Migration Analyzer (MoMA)