Esempio n. 1
0
        public static Damas getInstance()
        {
            if (instance == null)
            {
                instance = new Damas();

            }
            return instance;
        }
Esempio n. 2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DamasInglesas;component/MainPage.xaml", System.UriKind.Relative));
     this.Damas = ((DamasInglesas.Damas)(this.FindName("Damas")));
     this.A1 = ((System.Windows.Style)(this.FindName("A1")));
     this.B1 = ((System.Windows.Style)(this.FindName("B1")));
     this.Titulo = ((System.Windows.Style)(this.FindName("Titulo")));
     this.etiqueta = ((System.Windows.Style)(this.FindName("etiqueta")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
 }
Esempio n. 3
0
 public Damas()
 {
     instance = this;
 }