コード例 #1
0
        //#60D2B48C hexadecimal transparente transparent
        public CilindradaView()
        {
            InitializeComponent();
            BindingContext      = new ViewModels.CalculoVM();
            entryDiametro.Text  = string.Empty;
            entryCurso.Text     = string.Empty;
            lblResultadoCc.Text = "--";

            entryDiametro.Completed += (sender, e) => entryCurso.Focus();
            entryCurso.Completed    += (sender, e) => Button_Clicked(sender, e);
        }
コード例 #2
0
 public CompressaoInv()
 {
     InitializeComponent();
     BindingContext         = new ViewModels.CalculoVM();
     lblResultadoCompr.Text = "--";
 }