コード例 #1
0
 public override bool OnCreate()
 {
     dictionary = new DictionaryDatabase(Context);
     return(true);
 }
コード例 #2
0
		public override bool OnCreate ()
		{
			dictionary = new DictionaryDatabase (Context);
			return true;
		}