Added platform specific partial classes
This commit is contained in:
parent
b1f5e94069
commit
96c177c99f
@ -0,0 +1,9 @@
|
||||
#if ANDROID
|
||||
|
||||
namespace UI_MAUI.Pages;
|
||||
|
||||
public partial class LoadProject
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
@ -0,0 +1,9 @@
|
||||
#if IOS
|
||||
|
||||
namespace UI_MAUI.Pages;
|
||||
|
||||
public partial class LoadProject
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user