コード例 #1
0
 public void Close()
 {
     operatorInstance = null;
     DestroyElements();
     isOpen = false;
 }
コード例 #2
0
 public void Close()
 {
     this.operatorInstance = null;
     this.DestroyElements();
     this.isOpen = false;
 }
コード例 #3
0
 public void Open(ISaveDataOperator instance)
 {
     operatorInstance = instance;
     DestroyElements();
     isOpen = true;
 }
コード例 #4
0
 public void Open(ISaveDataOperator instance)
 {
     this.operatorInstance = instance;
     this.DestroyElements();
     this.isOpen = true;
 }