Exemple #1
0
 private void clear()
 {
     //product_code.Clear();
     lblsuppliercode.Text = "";
     supplier_name.Clear();
     address.Clear();
     Contact_No.Clear();
     location.Clear();
     manufacturer.Clear();
     company_Name.Clear();
 }
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);

            // Create your application here
            SetContentView(Resource.Layout.Help);

            tev1 = FindViewById <TextView>(Resource.Id.tev1);
            tf   = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            tev1.SetTypeface(tf, TypefaceStyle.Bold);

            text1 = FindViewById <TextView>(Resource.Id.text1);
            tf    = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            text1.SetTypeface(tf, TypefaceStyle.Bold);

            Details = FindViewById <TextView>(Resource.Id.Details);
            tf      = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            Details.SetTypeface(tf, TypefaceStyle.Bold);

            Contact = FindViewById <TextView>(Resource.Id.Contact);
            tf      = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            Contact.SetTypeface(tf, TypefaceStyle.Bold);

            Contact_No = FindViewById <TextView>(Resource.Id.Contact_No);
            tf         = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            Contact_No.SetTypeface(tf, TypefaceStyle.Bold);

            Email = FindViewById <TextView>(Resource.Id.Email);
            tf    = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            Email.SetTypeface(tf, TypefaceStyle.Bold);

            Email_Address = FindViewById <TextView>(Resource.Id.Email_Address);
            tf            = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            Email_Address.SetTypeface(tf, TypefaceStyle.Bold);

            editText1 = FindViewById <EditText>(Resource.Id.editText1);
            tf        = Typeface.CreateFromAsset(Assets, "Quicksand-Bold.otf");
            editText1.SetTypeface(tf, TypefaceStyle.Bold);

            imgbackgo        = FindViewById <ImageView>(Resource.Id.imgbackgo);
            imgbackgo.Click += Imgbackgo_Click;

            button1        = FindViewById <Button>(Resource.Id.button1);
            button1.Click += Button1_Click;
        }