コード例 #1
0
        public MainPage()
        {
            this.InitializeComponent();
            VM = new MainPageViewModel();

            VM.LoadDevices();
        }
コード例 #2
0
ファイル: Commands.cs プロジェクト: Rogerstigers/DeepStar-ROV
 public SelectVideoSourceCommand(MainPageViewModel parent)
 {
     _parent = parent;
 }
コード例 #3
0
ファイル: Commands.cs プロジェクト: Rogerstigers/DeepStar-ROV
 public SelectSerialDeviceCommand(MainPageViewModel parent)
 {
     _parent = parent;
 }