コード例 #1
0
 // Use this for initialization
 void Start()
 {
     if (dShower == null)
     {
         dShower = GameObject.Find("DialogShower").GetComponent <DialogShower>();
     }
     dialogHappened = false;
 }
コード例 #2
0
        public MainWindow()
        {
            InitializeComponent();
            this.context     = new MainWindowDataContex();
            this.DataContext = this.context;

            this.dialogger = new DialogShower();
        }