Beispiel #1
0
 public void Dispose()
 {
     I = null;
 }
Beispiel #2
0
        public void Dispose()
        {
            //DDUtils.SetMouseDispMode(false);

            I = null;
        }
Beispiel #3
0
 public TitleMenu()
 {
     I = this;
 }
Beispiel #4
0
        public TitleMenu()
        {
            I = this;

            //DDUtils.SetMouseDispMode(true);
        }