10 lines
190 B
C#
10 lines
190 B
C#
namespace FileReadAndWrite.View
|
|
{
|
|
public partial class AppDataFilePage : ContentPage
|
|
{
|
|
public AppDataFilePage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |