зеркало из https://github.com/xamarin/mac-samples.git
Now that we support out parameters in the bindings, expose a number of APIs that were hidden before
This commit is contained in:
Родитель
4da27c3281
Коммит
aa0ab3e7de
|
@ -23,6 +23,10 @@ namespace DocumentSample
|
|||
Initialize ();
|
||||
}
|
||||
|
||||
public MyDocument (string type, NSError outError)
|
||||
{
|
||||
}
|
||||
|
||||
void Initialize ()
|
||||
{
|
||||
}
|
||||
|
@ -38,7 +42,7 @@ namespace DocumentSample
|
|||
}
|
||||
}
|
||||
|
||||
override
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче