コード例 #1
0
 public InfoPage(string state)
 {
     InitializeComponent();
     BindingContext = new InfoVM(Navigation, this, state);
 }
コード例 #2
0
 public InfoPage()
 {
     InitializeComponent();
     BindingContext = new InfoVM(Navigation, this);
 }