Inheritance: UbuntuOne.U1MusicStore, IDisableKeybindings
示例#1
0
        public void TestU1MSUrlLoaded()
        {
            var store = new UbuntuOneMusicStoreSource.StoreWrapper();

            Assert.IsNotNull(store);
        }
示例#2
0
 public void TestU1MSUrlLoaded()
 {
     var store = new UbuntuOneMusicStoreSource.StoreWrapper ();
     Assert.IsNotNull (store);
 }