mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
19 lines
346 B
C#
19 lines
346 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Xamarin.Forms;
|
|
using Xamarin.Forms.Xaml;
|
|
|
|
namespace Bit.App.Pages
|
|
{
|
|
public partial class GeneratorPage : ContentPage
|
|
{
|
|
public GeneratorPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|