public void TestInitialize()
 {
     _dialogTest             = new DialogTest();
     _applicationContextTest = new ApplicationContextTest();
     _syndicationHelperTest  = new SyndicationHelperTest();
     _storageUtilityTest     = new StorageUtilityTest();
     _target = new BlogDataSource(
         _storageUtilityTest,
         _applicationContextTest,
         _dialogTest,
         _syndicationHelperTest);
 }
Example #2
0
 public void Start()
 {
     instance = this;
     this.gameObject.SetActive(false);
 }
Example #3
0
        private void BtnOpen_Click(object sender, EventArgs e)
        {
            DialogTest dt = new DialogTest();

            dt.ShowDialog();
        }