This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Reflection.Emit; | |
using System.Text; | |
using Xamarin.Forms; | |
namespace LacunaExpress.Pages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.IO; | |
using System.Reflection; | |
using Xamarin.Forms; | |
using XLabs.Forms.Controls; | |
namespace TeamDiscountCard.Pages | |
{ | |
public class MapScreenHybridView : ContentPage | |
{ | |
public MapScreenHybridView() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@using (Html.BeginForm("Index", "Index", FormMethod.Post, new PowerteqDTReport.Models.IndexSystemUptime())) { | |
<div class="row"> | |
<div class="col-sm-3"><p><h3>Start Date/Time</h3></p><p><h5>example 3/4/2015 6:00 am</h5></p><p>start date/time box @Html.EditorFor(l=> l.</p></div> | |
<div class="col-sm-3"><p><h3>End Date/Time</h3></p><p><h5>example 3/4/2015 8:00 am</h5></p><p>start date/time box</p></div> | |
</div> | |
<div class="row"> | |
<div class="col-sm-3">Submit Button</div> | |
</div> | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package AccountMan; | |
import android.content.Context; | |
import android.content.Context; | |
import android.util.Log; | |
import com.google.gson.Gson; | |
import java.io.BufferedReader; | |
import java.io.File; | |
import java.io.FileNotFoundException; |